Skip to content

Commit 85c7b5c

Browse files
Update actions/cache action to v3.3.3
1 parent 3910821 commit 85c7b5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java-version: 17
2828
architecture: x64
2929
- name: Cache Maven packages
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].3
3131
with:
3232
path: ~/.m2
3333
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
architecture: x64
2525

2626
- name: Cache Maven packages
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].3
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)