From ff8fa891fa0aa5c755030847cde4632937be7e17 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Mon, 25 Nov 2024 10:51:29 +0100 Subject: [PATCH] upd replay --- .github/workflows/starknet-blocks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/starknet-blocks.yml b/.github/workflows/starknet-blocks.yml index 50f1b2759..72d2d9fe4 100644 --- a/.github/workflows/starknet-blocks.yml +++ b/.github/workflows/starknet-blocks.yml @@ -27,7 +27,7 @@ jobs: components: clippy - uses: Swatinem/rust-cache@v2 with: - key: "ref-16302c859b1aacc019eea154a58eddc7b32050c1" + key: "ref-02b46e8b108f85ac50c22a8c41c9d8b0a93294e8" - name: Check and free hdd space left if: ${{ matrix.runner == 'native' }} @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v4 with: repository: lambdaclass/starknet-replay - ref: 16302c859b1aacc019eea154a58eddc7b32050c1 + ref: 02b46e8b108f85ac50c22a8c41c9d8b0a93294e8 path: replay - name: Install Starknet Replay deps