We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8e8e49 + 897dc66 commit 019047eCopy full SHA for 019047e
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
java-version: ${{ env.JDK_CURRENT }}
27
distribution: ${{ env.DISTRIBUTION }}
28
- name: Cache Maven dependencies
29
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
30
with:
31
path: ~/.m2
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments