Skip to content

Commit 73a6a91

Browse files
chore(deps): bump actions/cache from 4 to 5 (#1138)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f071ade commit 73a6a91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/save_cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
skipContainerUserIdUpdate: false
3535
imageName: ${{ env.DEVCONTAINER_IMAGE_CACHE }}
3636
cacheFrom: ${{ env.DEVCONTAINER_IMAGE_CACHE }}
37-
- uses: actions/cache/save@v4
37+
- uses: actions/cache/save@v5
3838
name: Create cache
3939
with:
4040
path: ${{ env.CACHE_PATH }}

.github/workflows/test_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v6
7878
with:
7979
fetch-depth: 0
80-
- uses: actions/cache/restore@v4
80+
- uses: actions/cache/restore@v5
8181
name: Restore cache
8282
with:
8383
path: ${{ env.CACHE_PATH }}
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/checkout@v6
105105
with:
106106
fetch-depth: 0
107-
- uses: actions/cache/restore@v4
107+
- uses: actions/cache/restore@v5
108108
name: Restore cache
109109
with:
110110
path: ${{ env.CACHE_PATH }}
@@ -154,7 +154,7 @@ jobs:
154154
- uses: actions/checkout@v6
155155
with:
156156
fetch-depth: 0
157-
- uses: actions/cache/restore@v4
157+
- uses: actions/cache/restore@v5
158158
name: Restore cache
159159
with:
160160
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)