We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc298b9 + 3eea682 commit 43d8314Copy full SHA for 43d8314
.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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
30
with:
31
path: ~/.m2
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments