Skip to content

Commit 1583463

Browse files
Update actions/setup-python action to v6
1 parent 11cfa5a commit 1583463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- windows-latest
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.env }}
2929
- name: Run image

0 commit comments

Comments
 (0)