Skip to content

Commit 8ba3c15

Browse files
authored
Merge pull request #24 from intel/dependabot/github_actions/actions/cache-4.2.3
Bump actions/cache from 3.3.3 to 4.2.3
2 parents e6436bd + cacb80a commit 8ba3c15

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Cache SIMICS Dependencies
101101
id: cache-simics-packages
102-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
102+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103103
with:
104104
path: ~/simics
105105
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -178,7 +178,7 @@ jobs:
178178
179179
- name: Cache MinGW
180180
id: cache-mingw
181-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
181+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
182182
with:
183183
path: C:\MinGW\
184184
key: mingw-${{ env.MINGW_VERSION }}
@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: Cache SIMICS
206206
id: cache-simics-packages-windows
207-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
207+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
208208
with:
209209
path: |
210210
C:\ISPM\

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Cache SIMICS Dependencies
6161
id: cache-simics-packages
62-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
62+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6363
with:
6464
path: ~/simics
6565
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: cargo-release Cache
2525
id: cargo_release_cache
26-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
26+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2727
with:
2828
path: ~/.cargo/bin/cargo-release
2929
key: ${{ runner.os }}-cargo-release

0 commit comments

Comments
 (0)