Skip to content

Commit 10e3338

Browse files
chore(deps): update actions/checkout action to v7 (main) (#3073)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 029c2ea commit 10e3338

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-config-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
lint-config-check:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2020

2121
- name: Setup Go
2222
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
core.setOutput('number', context.issue.number);
6767
6868
- name: Checkout PR code
69-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
69+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7070
with:
7171
fetch-depth: 0
7272
repository: ${{ steps.pr.outputs.repo }}

.github/workflows/pr-dockerbuild-validation.yaml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2525
with:
2626
fetch-depth: 0
2727

0 commit comments

Comments
 (0)