From 20affad2375a1c7e65b0077e0d2b978f25858dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:21:02 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tpu-tests.yml b/.github/workflows/tpu-tests.yml index 50c43e9e73a1..7ca5e4e0df6a 100644 --- a/.github/workflows/tpu-tests.yml +++ b/.github/workflows/tpu-tests.yml @@ -52,7 +52,7 @@ jobs: echo "pip_cache=$(pip cache dir)" >> $GITHUB_OUTPUT shell: bash -l {0} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ${{ steps.pip-cache.outputs.pip_cache }}