From ac09858d36beb23fd4dc5118b365ec56e6915d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 05:43:20 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/bench.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.ci.yml b/.github/workflows/bench.ci.yml index e1502466b9..85eec7c477 100644 --- a/.github/workflows/bench.ci.yml +++ b/.github/workflows/bench.ci.yml @@ -102,7 +102,7 @@ jobs: run: | echo "BENCHMARK_REPORT=$(find benchmarks/server/build/reports/benchmarks/main -name "*.json" | head -n 1)" >> $GITHUB_OUTPUT - name: "Restore Previous Benchmark" - uses: actions/cache@v1 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3 with: path: ./benchmark_reports key: ${{ runner.os }}-${{ matrix.engine }}-${{ matrix.java }}-benchmark