Skip to content

Commit cd43f07

Browse files
ci(deps): bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c17f86 commit cd43f07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-dependency-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# The build redirects the local repo to .m2/repository (see
4545
# -Dmaven.repo.local in MAVEN_OPTS), so cache it at the location the
4646
# build actually uses rather than setup-java's default ~/.m2/repository.
47-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4848
with:
4949
path: .m2/repository
5050
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -57,7 +57,7 @@ jobs:
5757
# rate-limit-prone full NVD download into a quick delta update. The
5858
# unique per-run key always saves the freshly-updated DB; restore-keys
5959
# restores the most recent previous copy as the starting point.
60-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
60+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6161
with:
6262
path: .m2/repository/org/owasp/dependency-check-data
6363
key: dependency-check-data-${{ github.run_id }}

0 commit comments

Comments
 (0)