Skip to content

Commit ff477c2

Browse files
Bump actions/cache from 2.1.7 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f35973 commit ff477c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# experimental: true
3232
steps:
3333
- uses: actions/checkout@v3
34-
- uses: actions/cache@v2.1.7
34+
- uses: actions/cache@v4.2.1
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)