Skip to content

Commit 97e4eaa

Browse files
authored
Merge pull request #218 from gruns/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 93d44ce + 12c6acb commit 97e4eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v5
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Install tox

0 commit comments

Comments
 (0)