Skip to content

Commit 75627d9

Browse files
Merge pull request #586 from alexander-akhmetov/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 7c4beca + 7bcd0b0 commit 75627d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515

1616
- name: Set up python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5.6.0
17+
uses: actions/setup-python@v6.0.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

0 commit comments

Comments
 (0)