Skip to content

Commit 6b86c49

Browse files
chore(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 1a8e6c0 commit 6b86c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
gradle-home-cache-cleanup: true
3232

3333
- name: Cache NVD database
34-
uses: actions/cache@v4
34+
uses: actions/cache@v6
3535
with:
3636
path: ~/.gradle/dependency-check-data
3737
key: nvd-db-${{ runner.os }}-${{ hashFiles('**/build.gradle.kts') }}

0 commit comments

Comments
 (0)