Skip to content

Commit 8b3356f

Browse files
authored
Merge pull request jupyterhub#2753 from jupyterhub/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 5cf3383 + 699e4cd commit 8b3356f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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@v3
97+
uses: actions/checkout@v4
9898
with:
9999
fetch-depth: 0
100100

@@ -232,7 +232,7 @@ jobs:
232232
fi
233233
234234
- name: "Stage 0: Checkout repo"
235-
uses: actions/checkout@v3
235+
uses: actions/checkout@v4
236236
with:
237237
fetch-depth: 0
238238

.github/workflows/prune-harbor.yaml

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

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
- uses: actions/setup-python@v4
2727
with:

.github/workflows/terraform-deploy-aws-curvenote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
apply: ${{ steps.terraform-plan.outputs.apply }}
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- name: Configure AWS credentials
4040
uses: aws-actions/configure-aws-credentials@v2
@@ -111,7 +111,7 @@ jobs:
111111
if: needs.terraform-plan.outputs.apply == 'true'
112112

113113
steps:
114-
- uses: actions/checkout@v3
114+
- uses: actions/checkout@v4
115115

116116
- name: Configure AWS credentials
117117
uses: aws-actions/configure-aws-credentials@v2

.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@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v4
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
@@ -43,7 +43,7 @@ jobs:
4343
k3s-channel: "v1.24"
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- uses: actions/setup-python@v4
4848
with:
4949
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-20.04
2626

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

.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@v3
45+
- uses: actions/checkout@v4
4646

4747
- uses: actions/setup-python@v4
4848
with:
@@ -172,7 +172,7 @@ jobs:
172172
github_repo: ""
173173

174174
steps:
175-
- uses: actions/checkout@v3
175+
- uses: actions/checkout@v4
176176

177177
- uses: actions/setup-python@v4
178178
with:

0 commit comments

Comments
 (0)