From 0781781471332653233d678acb4e9bf57670db7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 21:02:52 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.codeql.yml | 2 +- .github/workflows/checks.sonar.yml | 2 +- .github/workflows/job.bench.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.codeql.yml b/.github/workflows/checks.codeql.yml index 72f7e53519..33f93b3fa2 100644 --- a/.github/workflows/checks.codeql.yml +++ b/.github/workflows/checks.codeql.yml @@ -81,7 +81,7 @@ jobs: persist-credentials: false - name: "Setup: Cache Restore (Test)" id: cache-restore-test - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: key: elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }} path: | diff --git a/.github/workflows/checks.sonar.yml b/.github/workflows/checks.sonar.yml index cbe3b35cc7..af463ecf02 100644 --- a/.github/workflows/checks.sonar.yml +++ b/.github/workflows/checks.sonar.yml @@ -64,7 +64,7 @@ jobs: persist-credentials: false - name: "Setup: Cache Restore (Test)" id: cache-restore-test - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: key: elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }} path: | diff --git a/.github/workflows/job.bench.yml b/.github/workflows/job.bench.yml index 1bcbda2cbd..b82d317f1e 100644 --- a/.github/workflows/job.bench.yml +++ b/.github/workflows/job.bench.yml @@ -120,7 +120,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@0057852bfaa89a56745cba8c7296529d2fc39830 # v3 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v3 with: path: ./benchmark_reports key: ${{ runner.os }}-${{ matrix.engine }}-${{ matrix.java }}-benchmark