diff --git a/.github/workflows/bench-hyperfine.yml b/.github/workflows/bench-hyperfine.yml index d2f67510c..b4dbd4a96 100644 --- a/.github/workflows/bench-hyperfine.yml +++ b/.github/workflows/bench-hyperfine.yml @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Cache binary - uses: actions/cache@v3 + uses: actions/cache@v4.2.0 id: cache-binary with: path: bin/cairo-native-run-${{ matrix.branch }} @@ -177,7 +177,7 @@ jobs: tool: hyperfine@1.16 - name: Fetch ${{ matrix.branch }} binary - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4.2.0 with: path: bin/cairo-native-run-${{ matrix.branch }} key: binary-${{ github.event.pull_request[matrix.branch].sha }} diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 929072028..c31e08b20 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -92,7 +92,7 @@ jobs: - name: Restore RPC Calls id: restore-rpc-calls - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v4.2.0 with: path: starknet-replay/rpc_cache key: cache-${{matrix.block}} @@ -153,7 +153,7 @@ jobs: path: starknet-replay/state_dumps/${{matrix.runner}} - name: Save RPC Calls - uses: actions/cache/save@v4 + uses: actions/cache/save@v4.2.0 if: ${{ always() && matrix.runner == 'vm' }} with: path: starknet-replay/rpc_cache diff --git a/.github/workflows/starknet-blocks.yml b/.github/workflows/starknet-blocks.yml index f746d1403..80371782a 100644 --- a/.github/workflows/starknet-blocks.yml +++ b/.github/workflows/starknet-blocks.yml @@ -46,7 +46,7 @@ jobs: ref: 9487df3ada00d03bbd9fc39331c4ec1ac0994954 - name: Cache RPC Calls - uses: actions/cache@v4 + uses: actions/cache@v4.2.0 with: path: starknet-replay/rpc_cache key: cache-${{matrix.block}}-${{matrix.runner}}