Skip to content

Commit dbb6b44

Browse files
chore(deps): update actions/checkout action to v4.2.0 (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcc1c85 commit dbb6b44

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Checkout
7878
if: steps.skip-check.outputs.should_skip != 'true'
79-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
79+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8080

8181
- name: Create applications lists
8282
if: steps.skip-check.outputs.should_skip != 'true'
@@ -164,7 +164,7 @@ jobs:
164164

165165
steps:
166166
- name: Checkout
167-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
167+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
168168

169169
- name: Set up Kustomize
170170
run: |
@@ -214,7 +214,7 @@ jobs:
214214

215215
steps:
216216
- name: Checkout
217-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
217+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
218218

219219
- name: Set up Jsonnet
220220
run: |
@@ -311,7 +311,7 @@ jobs:
311311

312312
steps:
313313
- name: Checkout
314-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
314+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
315315

316316
- name: Set up Helm
317317
run: |
@@ -377,7 +377,7 @@ jobs:
377377

378378
steps:
379379
- name: Checkout
380-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
380+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
381381

382382
- name: Set up Kubeconform
383383
run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
skip_after_successful_duplicate: false
3636

3737
- name: Checkout
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3939
with:
4040
fetch-depth: 0
4141

0 commit comments

Comments
 (0)