Skip to content

Commit 451d3f1

Browse files
Merge pull request #554 from alexander-akhmetov/dependabot/github_actions/actions/setup-python-5.6.0
Bump actions/setup-python from 5.4.0 to 5.6.0
2 parents 1f358fa + f8ad3f4 commit 451d3f1

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@v4
1515

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

0 commit comments

Comments
 (0)