Skip to content

Commit a803641

Browse files
committed
ci: update watch dependencies workflow to function again
1 parent 0daf609 commit a803641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/watch-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ jobs:
130130
update-jupyterhub-dependencies:
131131
# Don't run this job on forks
132132
if: github.repository == 'jupyterhub/zero-to-jupyterhub-k8s'
133-
runs-on: ubuntu-20.04
133+
runs-on: ubuntu-24.04
134134
environment: watch-dependencies
135135

136136
steps:
137137
- uses: actions/checkout@v4
138138
- uses: actions/setup-python@v5
139139
with:
140-
python-version: "3.11"
140+
python-version: "3.13"
141141

142142
- name: Install Python dependencies
143143
run: pip install packaging requests

0 commit comments

Comments
 (0)