File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
mkdir -p ~/artifacts/build
36
36
mkdir -p ~/artifacts/registry
37
37
38
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
38
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39
39
with :
40
40
path : |
41
41
~/.cache/go-build
68
68
run : |
69
69
./test/upload-test-images.sh
70
70
71
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
71
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72
72
with :
73
73
name : artifacts
74
74
path : ~/artifacts
@@ -155,7 +155,7 @@ jobs:
155
155
- name : setup-go
156
156
uses : knative/actions/setup-go@main
157
157
158
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
158
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
159
159
with :
160
160
path : |
161
161
~/.cache/go-build
@@ -164,7 +164,7 @@ jobs:
164
164
restore-keys : |
165
165
${{ runner.os }}-go-
166
166
167
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
167
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
168
168
with :
169
169
name : artifacts
170
170
path : ~/artifacts
You can’t perform that action at this time.
0 commit comments