Commit 9a0ee11 1 parent 99a1e25 commit 9a0ee11 Copy full SHA for 9a0ee11
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217
217
218
218
- name : Cache LLVM sources
219
219
if : matrix.name == 'msan' && env.WILL_BUILD == 'true'
220
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
220
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
221
221
with :
222
222
path : ${{ env.LLVM_ROOT }}
223
223
key : llvm
@@ -248,7 +248,7 @@ jobs:
248
248
shell : bash
249
249
250
250
- name : ccache
251
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
251
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
252
252
with :
253
253
path : ${{ env.CCACHE_DIR }}
254
254
# When the cache hits the key it is not updated, so if this is a rebuild
Original file line number Diff line number Diff line change 73
73
echo "parent=$(git rev-parse ${{ github.sha }}^)" >> $GITHUB_OUTPUT
74
74
shell : bash
75
75
- name : ccache
76
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
76
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
77
77
with :
78
78
path : ${{ env.CCACHE_DIR }}
79
79
key : build-wasm-${{ runner.os }}-${{ github.sha }}-${{ matrix.variant }}
Original file line number Diff line number Diff line change 45
45
ref : ${{ env.CONFORMANCE_REPO_HASH }}
46
46
path : conformance
47
47
- name : Cache
48
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
48
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
49
49
with :
50
50
path : ${{ github.workspace }}/conformance/.objects
51
51
key : conformance-refs
@@ -123,7 +123,7 @@ jobs:
123
123
echo "parent=$(git rev-parse ${{ github.sha }}^)" >> $GITHUB_OUTPUT
124
124
shell : bash
125
125
- name : ccache
126
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
126
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
127
127
with :
128
128
path : ${{ env.CCACHE_DIR }}
129
129
# When the cache hits the key it is not updated, so if this is a rebuild
@@ -191,7 +191,7 @@ jobs:
191
191
ref : ${{ env.CONFORMANCE_REPO_HASH }}
192
192
path : conformance
193
193
- name : Cache
194
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
194
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
195
195
with :
196
196
path : ${{ github.workspace }}/conformance/.objects
197
197
key : conformance-refs
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ jobs:
277
277
submodules : true
278
278
fetch-depth : 2
279
279
280
- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
280
+ - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
281
281
id : cache-vcpkg
282
282
with :
283
283
path : vcpkg
You can’t perform that action at this time.
0 commit comments