File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
99
100
100
- name : Cache SIMICS Dependencies
101
101
id : cache-simics-packages
102
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
102
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103
103
with :
104
104
path : ~/simics
105
105
key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
- name : Cache MinGW
180
180
id : cache-mingw
181
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
181
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
182
182
with :
183
183
path : C:\MinGW\
184
184
key : mingw-${{ env.MINGW_VERSION }}
@@ -204,7 +204,7 @@ jobs:
204
204
205
205
- name : Cache SIMICS
206
206
id : cache-simics-packages-windows
207
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
207
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
208
208
with :
209
209
path : |
210
210
C:\ISPM\
Original file line number Diff line number Diff line change 59
59
60
60
- name : Cache SIMICS Dependencies
61
61
id : cache-simics-packages
62
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3 .3
62
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
63
63
with :
64
64
path : ~/simics
65
65
key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
Original file line number Diff line number Diff line change 23
23
24
24
- name : cargo-release Cache
25
25
id : cargo_release_cache
26
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3 .3
26
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
27
27
with :
28
28
path : ~/.cargo/bin/cargo-release
29
29
key : ${{ runner.os }}-cargo-release
You can’t perform that action at this time.
0 commit comments