Skip to content

Commit 52d9344

Browse files
Bump actions/cache from 1 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b27855 commit 52d9344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
java-version: 17
1414
- name: Cache Maven packages
15-
uses: actions/cache@v1
15+
uses: actions/cache@v4
1616
with:
1717
path: ~/.m2
1818
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
java-version: 17
3232
- name: Cache Maven packages
33-
uses: actions/cache@v1
33+
uses: actions/cache@v4
3434
with:
3535
path: ~/.m2
3636
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)