Skip to content

Commit 1bad7d4

Browse files
chore(deps): bump actions/cache from 5 to 6
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>
1 parent 1905256 commit 1bad7d4

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@v7
4545
- name: Restore repository API cache
4646
id: repository-api-cache-restore
47-
uses: actions/cache/restore@v5
47+
uses: actions/cache/restore@v6
4848
with:
4949
path: website/data/cache
5050
key: repository-api-cache-${{ github.ref_name }}-${{ github.run_id }}
@@ -102,7 +102,7 @@ jobs:
102102
if-no-files-found: warn
103103
- name: Save repository API cache
104104
if: always()
105-
uses: actions/cache/save@v5
105+
uses: actions/cache/save@v6
106106
with:
107107
path: website/data/cache
108108
key: repository-api-cache-${{ github.ref_name }}-${{ github.run_id }}

0 commit comments

Comments
 (0)