Skip to content

Commit 9cc461f

Browse files
build(deps): bump actions/cache from 3 to 4 (#2933)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 767c678 commit 9cc461f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_merge_cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
merge-multiple: true
3030
path: _local-packages
3131
- name: Cache pull packages
32-
uses: actions/cache/restore@v3
32+
uses: actions/cache/restore@v4
3333
with:
3434
enableCrossOsArchive: true
3535
path: ${{ inputs.pypi-dir }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Cache push packages
5252
if: env.NUM_PACKAGES != 0
53-
uses: actions/cache/save@v3
53+
uses: actions/cache/save@v4
5454
with:
5555
enableCrossOsArchive: true
5656
path: ${{ inputs.pypi-dir }}

0 commit comments

Comments
 (0)