Skip to content

Commit 42d6c5d

Browse files
authored
Merge pull request #3740 from jupyterhub/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c9f39c6 + 9cc1845 commit 42d6c5d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
publish:
3737
runs-on: ubuntu-24.04
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
with:
4141
# chartpress requires git history to set chart version and image tags
4242
# correctly

.github/workflows/test-chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
lint_shell_scripts:
3131
runs-on: ubuntu-24.04
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: "3.11"
@@ -44,7 +44,7 @@ jobs:
4444
lint_and_validate_rendered_templates:
4545
runs-on: ubuntu-24.04
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- uses: actions/setup-python@v5
4949
with:
5050
python-version: "3.11"
@@ -77,7 +77,7 @@ jobs:
7777
- helm-version: v3.5.0 # minimal required version
7878

7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
- uses: actions/setup-python@v5
8282
with:
8383
python-version: "3.11"
@@ -222,7 +222,7 @@ jobs:
222222
runs-on: ${{ matrix.os }}
223223

224224
steps:
225-
- uses: actions/checkout@v4
225+
- uses: actions/checkout@v5
226226
with:
227227
# chartpress requires git history to set chart version and image tags
228228
# correctly
@@ -412,7 +412,7 @@ jobs:
412412
runs-on: ubuntu-24.04
413413

414414
steps:
415-
- uses: actions/checkout@v4
415+
- uses: actions/checkout@v5
416416
with:
417417
# chartpress requires git history to set chart version and image tags
418418
# correctly

.github/workflows/test-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build_images:
3232
runs-on: ubuntu-24.04
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
# chartpress requires git history to set chart version and image tags
3737
# correctly

.github/workflows/test-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
linkcheck:
2828
runs-on: ubuntu-24.04
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
# chartpress, used by docs/conf.py, requires git history to set
3333
# chart version and image tags correctly

.github/workflows/vuln-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
accept_failure: false
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
with:
5656
# chartpress requires git history to set chart version and image tags
5757
# correctly

.github/workflows/watch-dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
version_patch_regexp_group_suffix: "?"
8080

8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v5
8383

8484
- name: Get values.yaml pinned tag of ${{ matrix.registry }}/${{ matrix.repository }}
8585
id: local
@@ -134,7 +134,7 @@ jobs:
134134
environment: watch-dependencies
135135

136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v5
138138
- uses: actions/setup-python@v5
139139
with:
140140
python-version: "3.13"
@@ -206,7 +206,7 @@ jobs:
206206
environment: watch-dependencies
207207

208208
steps:
209-
- uses: actions/checkout@v4
209+
- uses: actions/checkout@v5
210210

211211
- name: Refreeze images/*/requirements.txt based on images/*/unfrozen/requirements.txt
212212
run: ci/refreeze

0 commit comments

Comments
 (0)