Skip to content

Commit 91203fa

Browse files
authored
Merge pull request #3442 from jupyterhub/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 896b256 + 923ebe4 commit 91203fa

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
fi
9595
9696
- name: "Stage 0: Checkout repo"
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v5
9898
with:
9999
fetch-depth: 0
100100

@@ -250,7 +250,7 @@ jobs:
250250
fi
251251
252252
- name: "Stage 0: Checkout repo"
253-
uses: actions/checkout@v4
253+
uses: actions/checkout@v5
254254
with:
255255
fetch-depth: 0
256256

.github/workflows/prune-harbor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: ovh2
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- uses: actions/setup-python@v5
2828
with:

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
terraform-pre-commit:
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version-file: ".python-version"

.github/workflows/test-helm-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
k3s-channel: "v1.24"
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: actions/setup-python@v5
5050
with:
5151
python-version-file: ".python-version"

.github/workflows/test-yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: actions/setup-python@v5
3030
with:
3131
python-version-file: ".python-version"

.github/workflows/update-grafana-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment: update-grafana-data-env
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- uses: actions/setup-python@v5
2929
with:

.github/workflows/watch-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
source_url: https://github.com/jupyterhub/repo2docker
4343

4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646

4747
- uses: actions/setup-python@v5
4848
with:
@@ -171,7 +171,7 @@ jobs:
171171
chart_dep_devel_flag: "--devel"
172172
github_repo: cryptnono/cryptnono
173173
steps:
174-
- uses: actions/checkout@v4
174+
- uses: actions/checkout@v5
175175

176176
- uses: actions/setup-python@v5
177177
with:

0 commit comments

Comments
 (0)