diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf8ca388..f872e5fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - run: rustup override set $RUST_VERSION shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -80,7 +80,7 @@ jobs: show-progress: false persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -126,7 +126,7 @@ jobs: shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -163,7 +163,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -192,7 +192,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false diff --git a/.github/workflows/jsonrpc.yml b/.github/workflows/jsonrpc.yml index 99c57780e..ea180eb03 100644 --- a/.github/workflows/jsonrpc.yml +++ b/.github/workflows/jsonrpc.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 24 - name: Add Rust cache - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false