We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8c92b commit 379d95eCopy full SHA for 379d95e
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
- name: Cache Maven
19
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
20
with:
21
path: ~/.m2/repository
22
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments