diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e944971..248dac5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -85,7 +85,7 @@ jobs: - name: Get Benchmark Results from default branch id: cache - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ./cache key: ${{ steps.cache-key.outputs.key }} @@ -135,7 +135,7 @@ jobs: - name: Update Benchmark Results cache if: ${{ github.ref_name == github.event.repository.default_branch }} - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ./cache key: ${{ steps.cache-key.outputs.key }}