diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d569444..e977687 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: target: wasm32-wasip1 - name: Cargo cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cargo key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.toml') }} @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-cargo- - name: Cargo target cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: target key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.toml') }}