We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34728b8 + e42374b commit a657dc4Copy full SHA for a657dc4
.github/workflows/build.yml
@@ -231,7 +231,7 @@ jobs:
231
cache-to: ${{ env.CACHE_TO }}
232
233
- name: Setup Python
234
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
235
with:
236
python-version: "3.13"
237
cache: pip
.github/workflows/watch-dependencies.yaml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/checkout@v5
45
46
persist-credentials: false
47
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
48
49
# this should match the Python version in base/Dockerfile
50
python-version: "3.10"
0 commit comments