Skip to content

Commit 1669f43

Browse files
chore(deps): bump actions/cache from 4 to 5
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>
1 parent 5af35ae commit 1669f43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545
- name: Restore repository API cache
4646
id: repository-api-cache-restore
47-
uses: actions/cache/restore@v4
47+
uses: actions/cache/restore@v5
4848
with:
4949
path: website/data/cache
5050
key: repository-api-cache-${{ github.ref_name }}-${{ github.run_id }}
@@ -104,7 +104,7 @@ jobs:
104104
if-no-files-found: warn
105105
- name: Save repository API cache
106106
if: always()
107-
uses: actions/cache/save@v4
107+
uses: actions/cache/save@v5
108108
with:
109109
path: website/data/cache
110110
key: repository-api-cache-${{ github.ref_name }}-${{ github.run_id }}

0 commit comments

Comments
 (0)