Skip to content

Commit 0126451

Browse files
Merge pull request #602 from alexander-akhmetov/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents 108d519 + eddebbe commit 0126451

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

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

0 commit comments

Comments
 (0)