From 468d7223a5070072ff08efc2ffa22cc1d5d1d95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:36:48 +0000 Subject: [PATCH] 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/clear-and-update-index.yml | 2 +- .github/workflows/eval.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/update-index.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clear-and-update-index.yml b/.github/workflows/clear-and-update-index.yml index 15e47f027..8edc8d641 100644 --- a/.github/workflows/clear-and-update-index.yml +++ b/.github/workflows/clear-and-update-index.yml @@ -24,7 +24,7 @@ jobs: run: echo "UV_CACHE_DIR=$GITHUB_WORKSPACE/.uv_cache" >> "$GITHUB_ENV" - name: Restore caches (.venv and uv) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./.uv_cache diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 1e856503f..6b55c7d29 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -27,7 +27,7 @@ jobs: run: echo "UV_CACHE_DIR=$GITHUB_WORKSPACE/.uv_cache" >> "$GITHUB_ENV" - name: Restore caches (.venv and uv) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./.uv_cache diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7add0eb7a..1baa25e16 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: run: echo "UV_CACHE_DIR=$GITHUB_WORKSPACE/.uv_cache" >> "$GITHUB_ENV" - name: Restore caches (.venv and uv) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./.uv_cache diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 792223dd3..223fca7ca 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -31,7 +31,7 @@ jobs: run: echo "UV_CACHE_DIR=$GITHUB_WORKSPACE/.uv_cache" >> "$GITHUB_ENV" - name: Restore caches (.venv and uv) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./.uv_cache