Skip to content

Commit f3882e5

Browse files
Bump actions/cache from 5 to 6 (#219)
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](actions/cache@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86736b5 commit f3882e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/freethreading_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Cache CPython ${{ matrix.sanitizer }} build
8080
id: cache-cpython
81-
uses: actions/cache@v5
81+
uses: actions/cache@v6
8282
with:
8383
path: cpython-${{ matrix.sanitizer }}
8484
key: cpython-${{ matrix.sanitizer }}-3.14-${{ runner.os }}-v1

0 commit comments

Comments
 (0)