We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1e57f5 + eb8e00b commit 7611f97Copy full SHA for 7611f97
.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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
30
with:
31
path: ~/.m2
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments