Skip to content

Commit 755b554

Browse files
authored
Merge pull request #79 from dtsong/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 0ea11cf + 1583463 commit 755b554

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)