Skip to content

Commit 2dd9ce8

Browse files
Update release.yml
1 parent 0652360 commit 2dd9ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git push origin "${tag}"
6161
6262
- name: Cache local Maven repository
63-
uses: actions/cache@v4
63+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
6464
with:
6565
path: ~/.m2/repository
6666
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)