diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 49e3458..fea5a0a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -101,7 +101,7 @@ jobs: toolchain: stable targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6995599..903523e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: toolchain: stable targets: x86_64-unknown-linux-gnu - name: Cache cargo - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index a333328..5c87940 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -35,7 +35,7 @@ jobs: targets: x86_64-unknown-linux-gnu - name: Cache cargo - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/size-compare.yml b/.github/workflows/size-compare.yml index 92e1141..d608379 100644 --- a/.github/workflows/size-compare.yml +++ b/.github/workflows/size-compare.yml @@ -36,7 +36,7 @@ jobs: toolchain: stable targets: x86_64-unknown-linux-gnu - name: Cache cargo - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | ~/.cargo/registry/index/ @@ -88,7 +88,7 @@ jobs: toolchain: stable targets: x86_64-unknown-linux-gnu - name: Cache cargo - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | ~/.cargo/registry/index/