File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- name : Restore cached binaries
70
70
id : cache-binaries-restore
71
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
71
+ uses : actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
72
72
with :
73
73
path : .bin
74
74
key : ${{ runner.os }}-binaries
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
- name : Restore cached binaries
154
154
id : cache-binaries-restore
155
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
155
+ uses : actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
156
156
with :
157
157
path : .bin
158
158
key : ${{ runner.os }}-binaries
@@ -237,7 +237,7 @@ jobs:
237
237
238
238
- name : Restore cached binaries
239
239
id : cache-binaries-restore
240
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
240
+ uses : actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
241
241
with :
242
242
path : .bin
243
243
key : ${{ runner.os }}-binaries
You can’t perform that action at this time.
0 commit comments