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.
1 parent 0652360 commit 2dd9ce8Copy full SHA for 2dd9ce8
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
git push origin "${tag}"
61
62
- name: Cache local Maven repository
63
- uses: actions/cache@v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
64
with:
65
path: ~/.m2/repository
66
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments