Skip to content

Commit a78cd6b

Browse files
committed
Update actions/checkout action to v5
Signed-off-by: Mend Renovate <[email protected]>
1 parent be495f7 commit a78cd6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-lint-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
generated-files-check:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525
with:
2626
submodules: recursive
2727
- name: Verify Protobuf types are up to date
@@ -33,7 +33,7 @@ jobs:
3333
go-mod-tidy-check:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
- name: Verify go.mod files are up to date
3838
run: |
3939
go mod tidy && \
@@ -46,7 +46,7 @@ jobs:
4646
- uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4747
with:
4848
egress-policy: audit
49-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5151
with:
5252
go-version: 1.24.x

.github/workflows/ci-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
egress-policy: audit
2727

28-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929

3030
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3131
with:
@@ -46,7 +46,7 @@ jobs:
4646
test-code-gen:
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050

5151
- name: Init git submodules
5252
run: make init-submodule

0 commit comments

Comments
 (0)