Skip to content

Commit ce7722a

Browse files
Bump actions/checkout from 4 to 5 in the actions group (#4205)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad2dd7d commit ce7722a

13 files changed

+33
-33
lines changed

.github/workflows/arc-publish-chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
publish-chart: ${{ steps.publish-chart-step.outputs.publish }}
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
fetch-depth: 0
4646

@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v5
138138
with:
139139
fetch-depth: 0
140140

@@ -184,7 +184,7 @@ jobs:
184184
# this workaround is intended to move the index.yaml to the target repo
185185
# where the github pages are hosted
186186
- name: Checkout target repository
187-
uses: actions/checkout@v4
187+
uses: actions/checkout@v5
188188
with:
189189
repository: ${{ env.CHART_TARGET_ORG }}/${{ env.CHART_TARGET_REPO }}
190190
path: ${{ env.CHART_TARGET_REPO }}

.github/workflows/arc-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ !startsWith(github.event.inputs.release_tag_name, 'gha-runner-scale-set-') }}
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
- uses: actions/setup-go@v5
4545
with:

.github/workflows/arc-release-runners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Trigger Build and Push of Runner Images
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: Get runner version
3333
id: versions
3434
run: |

.github/workflows/arc-update-runners-scheduled.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
container_hooks_current_version: ${{ steps.container_hooks_versions.outputs.container_hooks_current_version }}
2222
container_hooks_latest_version: ${{ steps.container_hooks_versions.outputs.container_hooks_latest_version }}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Get runner current and latest versions
2727
id: runner_versions
@@ -64,7 +64,7 @@ jobs:
6464
echo "CONTAINER_HOOKS_CURRENT_VERSION=${{ needs.check_versions.outputs.container_hooks_current_version }}"
6565
echo "CONTAINER_HOOKS_LATEST_VERSION=${{ needs.check_versions.outputs.container_hooks_latest_version }}"
6666

67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868

6969
- name: PR Name
7070
id: pr_name
@@ -119,7 +119,7 @@ jobs:
119119
PR_NAME: ${{ needs.check_pr.outputs.pr_name }}
120120

121121
steps:
122-
- uses: actions/checkout@v4
122+
- uses: actions/checkout@v5
123123

124124
- name: New branch
125125
run: git checkout -b update-runner-"$(date +%Y-%m-%d)"

.github/workflows/arc-validate-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
fetch-depth: 0
4646

.github/workflows/arc-validate-runners.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: runner / shellcheck
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: "Run shellcheck"
2929
run: make shellcheck
3030

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Run tests
3939
run: |

.github/workflows/gha-e2e-tests.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
WORKFLOW_FILE: "arc-test-workflow.yaml"
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
ref: ${{github.head_ref}}
3939

@@ -124,7 +124,7 @@ jobs:
124124
env:
125125
WORKFLOW_FILE: "arc-test-workflow.yaml"
126126
steps:
127-
- uses: actions/checkout@v4
127+
- uses: actions/checkout@v5
128128
with:
129129
ref: ${{github.head_ref}}
130130

@@ -217,7 +217,7 @@ jobs:
217217
env:
218218
WORKFLOW_FILE: arc-test-dind-workflow.yaml
219219
steps:
220-
- uses: actions/checkout@v4
220+
- uses: actions/checkout@v5
221221
with:
222222
ref: ${{github.head_ref}}
223223

@@ -309,7 +309,7 @@ jobs:
309309
env:
310310
WORKFLOW_FILE: "arc-test-kubernetes-workflow.yaml"
311311
steps:
312-
- uses: actions/checkout@v4
312+
- uses: actions/checkout@v5
313313
with:
314314
ref: ${{github.head_ref}}
315315

@@ -410,7 +410,7 @@ jobs:
410410
env:
411411
WORKFLOW_FILE: "arc-test-workflow.yaml"
412412
steps:
413-
- uses: actions/checkout@v4
413+
- uses: actions/checkout@v5
414414
with:
415415
ref: ${{github.head_ref}}
416416

@@ -513,7 +513,7 @@ jobs:
513513
env:
514514
WORKFLOW_FILE: "arc-test-workflow.yaml"
515515
steps:
516-
- uses: actions/checkout@v4
516+
- uses: actions/checkout@v5
517517
with:
518518
ref: ${{github.head_ref}}
519519

@@ -610,7 +610,7 @@ jobs:
610610
env:
611611
WORKFLOW_FILE: "arc-test-workflow.yaml"
612612
steps:
613-
- uses: actions/checkout@v4
613+
- uses: actions/checkout@v5
614614
with:
615615
ref: ${{github.head_ref}}
616616

@@ -732,7 +732,7 @@ jobs:
732732
env:
733733
WORKFLOW_FILE: "arc-test-sleepy-matrix.yaml"
734734
steps:
735-
- uses: actions/checkout@v4
735+
- uses: actions/checkout@v5
736736
with:
737737
ref: ${{github.head_ref}}
738738

@@ -904,7 +904,7 @@ jobs:
904904
env:
905905
WORKFLOW_FILE: arc-test-workflow.yaml
906906
steps:
907-
- uses: actions/checkout@v4
907+
- uses: actions/checkout@v5
908908
with:
909909
ref: ${{ github.head_ref }}
910910

.github/workflows/gha-publish-chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
# If inputs.ref is empty, it'll resolve to the default branch
5151
ref: ${{ inputs.ref }}
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Checkout
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123
with:
124124
# If inputs.ref is empty, it'll resolve to the default branch
125125
ref: ${{ inputs.ref }}
@@ -166,7 +166,7 @@ jobs:
166166
runs-on: ubuntu-latest
167167
steps:
168168
- name: Checkout
169-
uses: actions/checkout@v4
169+
uses: actions/checkout@v5
170170
with:
171171
# If inputs.ref is empty, it'll resolve to the default branch
172172
ref: ${{ inputs.ref }}

.github/workflows/gha-validate-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
fetch-depth: 0
4242

@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@v5
115115
- uses: actions/setup-go@v5
116116
with:
117117
go-version-file: "go.mod"

.github/workflows/global-publish-canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
TARGET_REPO: actions-runner-controller
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
- name: Get Token
6161
id: get_workflow_token
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494

9595
- name: Login to GitHub Container Registry
9696
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1

0 commit comments

Comments
 (0)