diff --git a/.github/workflows/ci-integration.yml b/.github/workflows/ci-integration.yml index a59b44e..fc01656 100644 --- a/.github/workflows/ci-integration.yml +++ b/.github/workflows/ci-integration.yml @@ -54,7 +54,7 @@ jobs: uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable - name: Cache Cargo - uses: Swatinem/rust-cache@49a0bdc70d2e1b713ca9e2869b211fcce03d3c1c # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: workspaces: agent -> target diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 474fbbc..130f400 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -44,7 +44,7 @@ jobs: uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable - name: Cache Cargo - uses: Swatinem/rust-cache@49a0bdc70d2e1b713ca9e2869b211fcce03d3c1c # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: workspaces: agent -> target