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 769b6d1 + f995fb0 commit 06f12b4Copy full SHA for 06f12b4
.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
30
with:
31
path: ~/.m2/repository
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments