Skip to content

Commit a657dc4

Browse files
authored
Merge pull request #39 from jupyterhub/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 34728b8 + e42374b commit a657dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
cache-to: ${{ env.CACHE_TO }}
232232

233233
- name: Setup Python
234-
uses: actions/setup-python@v5
234+
uses: actions/setup-python@v6
235235
with:
236236
python-version: "3.13"
237237
cache: pip

.github/workflows/watch-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545
with:
4646
persist-credentials: false
47-
- uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v6
4848
with:
4949
# this should match the Python version in base/Dockerfile
5050
python-version: "3.10"

0 commit comments

Comments
 (0)