Skip to content

Commit ada751f

Browse files
chore(deps): bump actions/cache from 4 to 5 (#1097)
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](actions/cache@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81808e8 commit ada751f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Restore uv cache (read-only)
9494
# We don't save the cache here, as we expect this job to be run only very
9595
# infrequently.
96-
uses: actions/cache/restore@v4
96+
uses: actions/cache/restore@v5
9797
with:
9898
path: ${{ env.UV_CACHE_DIR }}
9999
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}-${{ matrix.python-version }}-test

0 commit comments

Comments
 (0)