Skip to content

Commit d5142b0

Browse files
authored
Merge pull request #840 from joinfaces/dependabot/github_actions/actions/cache-4.0.2
Bump actions/cache from 4.0.1 to 4.0.2
2 parents 392f48c + 49fc948 commit d5142b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
native-image-job-reports: 'true'
3434

3535
- name: Cache local Maven repository
36-
uses: actions/[email protected].1
36+
uses: actions/[email protected].2
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)