Skip to content

Commit b35d256

Browse files
Update actions/checkout action to v4.2.0
1 parent 6b74a9a commit b35d256

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name : Checkout repository
3535
# https://github.com/actions/checkout/releases/tag/v4.1.1
36-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3737

3838
- name: Setup Go
3939
# https://github.com/actions/setup-go/releases/tag/v5.0.0

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
- name : Checkout repository
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
# https://github.com/actions/checkout/releases/tag/v4.1.1
3030

3131
- name: Setup Go
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name : Checkout repository
6868
# https://github.com/actions/checkout/releases/tag/v4.1.1
69-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7070

7171
- name: package-helm
7272
run: ./scripts/package-helm
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- name : Checkout repository
115115
# https://github.com/actions/checkout/releases/tag/v4.1.1
116-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
117117

118118
- name: Download the artifacts
119119
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7

0 commit comments

Comments
 (0)