diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index b2e7740cd..2809c5c78 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -70,7 +70,7 @@ jobs: - name: Download cached main-branch results id: criterion-cache - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ./target/criterion key: criterion-${{ runner.name }}-${{ github.sha }} @@ -240,7 +240,7 @@ jobs: - name: Cache main-branch results if: github.ref == 'refs/heads/main' - uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ./target/criterion key: criterion-${{ runner.name }}-${{ github.sha }}