From 158e96a6b0353c22c6049d20a3c487fb567a3bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:04:49 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 784435f..f2b17e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: run: cmake -E make_directory "${BUILD_DIRECTORY}" - name: Download cache files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | "${BUILD_DIRECTORY}/_deps" @@ -136,7 +136,7 @@ jobs: | tee benchmark-results.json - name: Download previous benchmark results - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./cache key: ${{ runner.os }}-benchmark