Skip to content

Commit 4d4849a

Browse files
Update actions/cache to recommended version (#1088)
* update actions/cache to recommended version * update actions/cache to recommended version --------- Co-authored-by: Julian Gonzalez Calderon <gonzalezcalderonjulian@gmail.com>
1 parent d1c37ab commit 4d4849a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/bench-hyperfine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-24.04
9797
steps:
9898
- name: Cache binary
99-
uses: actions/cache@v3
99+
uses: actions/cache@v4.2.0
100100
id: cache-binary
101101
with:
102102
path: bin/cairo-native-run-${{ matrix.branch }}
@@ -177,7 +177,7 @@ jobs:
177177
tool: hyperfine@1.16
178178

179179
- name: Fetch ${{ matrix.branch }} binary
180-
uses: actions/cache/restore@v3
180+
uses: actions/cache/restore@v4.2.0
181181
with:
182182
path: bin/cairo-native-run-${{ matrix.branch }}
183183
key: binary-${{ github.event.pull_request[matrix.branch].sha }}

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Restore RPC Calls
9494
id: restore-rpc-calls
95-
uses: actions/cache/restore@v4
95+
uses: actions/cache/restore@v4.2.0
9696
with:
9797
path: starknet-replay/rpc_cache
9898
key: cache-${{matrix.block}}
@@ -153,7 +153,7 @@ jobs:
153153
path: starknet-replay/state_dumps/${{matrix.runner}}
154154

155155
- name: Save RPC Calls
156-
uses: actions/cache/save@v4
156+
uses: actions/cache/save@v4.2.0
157157
if: ${{ always() && matrix.runner == 'vm' }}
158158
with:
159159
path: starknet-replay/rpc_cache

.github/workflows/starknet-blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: 9487df3ada00d03bbd9fc39331c4ec1ac0994954
4747

4848
- name: Cache RPC Calls
49-
uses: actions/cache@v4
49+
uses: actions/cache@v4.2.0
5050
with:
5151
path: starknet-replay/rpc_cache
5252
key: cache-${{matrix.block}}-${{matrix.runner}}

0 commit comments

Comments
 (0)