Skip to content

Commit cc239d7

Browse files
authored
Merge pull request #85 from eirtools/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 122893f + 12a6ce3 commit cc239d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v5
37-
- uses: actions/setup-python@v5
37+
- uses: actions/setup-python@v6
3838
with:
3939
python-version: '3.13'
4040
cache: pip

0 commit comments

Comments
 (0)