2 parents f574955 + 0820a48 commit 3ae7d0cCopy full SHA for 3ae7d0c
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
mvn -B package --file pom.xml
19
mkdir staging && cp target/*.jar staging
20
- name: Step 4 - Set up a cache for Maven
21
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.2
22
with:
23
path: ~/.m2
24
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments