Skip to content

Commit 3ae8769

Browse files
Bump actions/cache from 4 to 5 (#2482)
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 66aa007 commit 3ae8769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV
119119

120120
- name: Restore NVD data cache
121-
uses: actions/cache@v4
121+
uses: actions/cache@v5
122122
with:
123123
key: nvd-data-${{ env.CACHE_NAME }}
124124
restore-keys: nvd-data-

.github/workflows/nvd-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
4949

5050
- name: Cache NVD data
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
key: nvd-data-${{ env.CACHE_NAME }}
5454
path: ./data/cache

0 commit comments

Comments
 (0)