Skip to content

Commit 15ffec3

Browse files
Bump actions/cache from 3 to 4 (#68)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1d1fb2 commit 15ffec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-core-cm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
java-version: ${{ matrix.jdk }}
3636
distribution: 'zulu'
37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)