Skip to content

Commit 342ff7b

Browse files
committed
Update actions/cache action to v4.1.2
1 parent c27604e commit 342ff7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout code
4343
uses: actions/[email protected]
4444
- name: Set up cache
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
path: ~/.m2/repository
4848
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)