We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd7a76e + a64af82 commit f644be1Copy full SHA for f644be1
.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/repository
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments