Skip to content

Commit 8d3366e

Browse files
renovate[bot]scop
authored andcommitted
chore(deps): update actions/setup-python action to v5
1 parent 9e96cd0 commit 8d3366e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
extra-deps: "'virtualenv<20.22.0'"
6363
steps:
6464
- uses: actions/checkout@v4
65-
- uses: actions/setup-python@v4
65+
- uses: actions/setup-python@v5
6666
with:
6767
# >= 3.11 to ensure there's a recent one to run nox with
6868
# (assumption: last one listed ends up as "python3")

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
ref: ${{ needs.release_please.outputs.sha }}
30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v5
3131
with:
3232
python-version: "3.10"
3333
- name: Create release assets

0 commit comments

Comments
 (0)