Skip to content

Commit 3d59878

Browse files
Update actions/cache action to v3.4.3
1 parent 614f1f4 commit 3d59878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/cache@v3.3.2
27+
uses: actions/cache@v3.4.3
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)