File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : Checkout repository
35
35
# 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
37
37
38
38
- name : Setup Go
39
39
# https://github.com/actions/setup-go/releases/tag/v5.0.0
Original file line number Diff line number Diff line change 25
25
steps :
26
26
27
27
- name : Checkout repository
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
# https://github.com/actions/checkout/releases/tag/v4.1.1
30
30
31
31
- name : Setup Go
66
66
67
67
- name : Checkout repository
68
68
# 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
70
70
71
71
- name : package-helm
72
72
run : ./scripts/package-helm
@@ -113,7 +113,7 @@ jobs:
113
113
steps :
114
114
- name : Checkout repository
115
115
# 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
117
117
118
118
- name : Download the artifacts
119
119
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
You can’t perform that action at this time.
0 commit comments