Skip to content

Commit 7348768

Browse files
Bump actions/cache from 4 to 5 (#2483)
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 668ecce commit 7348768

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
@@ -49,7 +49,7 @@ jobs:
4949
JAVA_OPTS: "-Xmx4g"
5050

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

0 commit comments

Comments
 (0)