68
68
69
69
- name : Restore cached binaries
70
70
id : cache-binaries-restore
71
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
71
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
72
72
with :
73
73
path : .bin
74
74
key : ${{ runner.os }}-binaries
83
83
chmod +x mc
84
84
85
85
- name : Download artifact
86
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
86
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
87
87
with :
88
88
name : oss
89
89
path : ${{ runner.temp }}
@@ -109,7 +109,7 @@ jobs:
109
109
driver : docker
110
110
111
111
- name : Download artifact
112
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
112
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
113
113
with :
114
114
name : oss
115
115
path : ${{ runner.temp }}
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
- name : Restore cached binaries
154
154
id : cache-binaries-restore
155
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
155
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
156
156
with :
157
157
path : .bin
158
158
key : ${{ runner.os }}-binaries
@@ -167,7 +167,7 @@ jobs:
167
167
chmod +x mc
168
168
169
169
- name : Download artifact
170
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
170
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
171
171
with :
172
172
name : latest-njs
173
173
path : ${{ runner.temp }}
@@ -194,7 +194,7 @@ jobs:
194
194
driver : docker
195
195
196
196
- name : Download artifact
197
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
197
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
198
198
with :
199
199
name : oss
200
200
path : ${{ runner.temp }}
@@ -237,7 +237,7 @@ jobs:
237
237
238
238
- name : Restore cached binaries
239
239
id : cache-binaries-restore
240
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
240
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
241
241
with :
242
242
path : .bin
243
243
key : ${{ runner.os }}-binaries
@@ -252,7 +252,7 @@ jobs:
252
252
chmod +x mc
253
253
254
254
- name : Download artifact
255
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
255
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
256
256
with :
257
257
name : unprivileged
258
258
path : ${{ runner.temp }}
0 commit comments