From 2f461ae0210328af71ebca953cf515502d9bd7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:03:00 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/freethreading_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freethreading_tests.yml b/.github/workflows/freethreading_tests.yml index 3c75d95..0a3089e 100644 --- a/.github/workflows/freethreading_tests.yml +++ b/.github/workflows/freethreading_tests.yml @@ -78,7 +78,7 @@ jobs: - name: Cache CPython ${{ matrix.sanitizer }} build id: cache-cpython - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cpython-${{ matrix.sanitizer }} key: cpython-${{ matrix.sanitizer }}-3.14-${{ runner.os }}-v1