Skip to content

Commit ec7f24c

Browse files
chore: bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5db60de commit ec7f24c

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fleet_networking_version: ${{ steps.vars.outputs.fleet_networking_version }}
2727
arc_helmchart_version: ${{ steps.vars.outputs.arc_helmchart_version }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
- name: 'Set output variables'
@@ -59,7 +59,7 @@ jobs:
5959
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]
6060
needs: prepare-variables
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
with:
6464
ref: ${{ needs.prepare-variables.outputs.release_tag }}
6565
- name: 'Login the ACR'

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
submodules: true
2424
fetch-depth: 0

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
go-version: ${{ env.GO_VERSION }}
4141

4242
- name: Check out code into the Go module directory
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444

4545
- name: Set up Ginkgo CLI
4646
run: |
@@ -70,7 +70,7 @@ jobs:
7070
go-version: ${{ env.GO_VERSION }}
7171

7272
- name: Check out code into the Go module directory
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474

7575
- name: Install Kind
7676
# Before updating the kind version to use, verify that the current kind image
@@ -121,7 +121,7 @@ jobs:
121121
go-version: ${{ env.GO_VERSION }}
122122

123123
- name: Check out code into the Go module directory
124-
uses: actions/checkout@v4
124+
uses: actions/checkout@v5
125125

126126
- name: Install Ginkgo CLI
127127
run: |

.github/workflows/code-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: ${{ env.GO_VERSION }}
4444

4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
submodules: true
4949

@@ -64,7 +64,7 @@ jobs:
6464
go-version: ${{ env.GO_VERSION }}
6565

6666
- name: Check out code into the Go module directory
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868

6969
- name: golangci-lint
7070
run: make lint

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
egress-policy: audit
1818

19-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
2020
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # master
2121
with:
2222
check_filenames: true

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
markdown-link-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: tcort/github-action-markdown-link-check@v1
1515
with:
1616
# this will only show errors in the output

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
REGISTRY: ${{ needs.export-registry.outputs.registry }}
3838
runs-on: ubuntu-20.04
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
submodules: true
4343
fetch-depth: 0

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go-version: ${{ env.GO_VERSION }}
4545

4646
- name: Checkout code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Login to ${{ env.REGISTRY }}
5050
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772

.github/workflows/upgrade.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go-version: ${{ env.GO_VERSION }}
4545

4646
- name: Check out code into the Go module directory
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
# Fetch the history of all branches and tags.
5050
# This is needed for the test suite to switch between releases.
@@ -127,7 +127,7 @@ jobs:
127127
go-version: ${{ env.GO_VERSION }}
128128

129129
- name: Check out code into the Go module directory
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v5
131131
with:
132132
# Fetch the history of all branches and tags.
133133
# This is needed for the test suite to switch between releases.
@@ -210,7 +210,7 @@ jobs:
210210
go-version: ${{ env.GO_VERSION }}
211211

212212
- name: Check out code into the Go module directory
213-
uses: actions/checkout@v4
213+
uses: actions/checkout@v5
214214
with:
215215
# Fetch the history of all branches and tags.
216216
# This is needed for the test suite to switch between releases.

0 commit comments

Comments
 (0)