Skip to content

Commit 0652360

Browse files
Update ci.yml
1 parent 04f6fa5 commit 0652360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424

2525
- name: Cache local Maven repository
26-
uses: actions/cache@v4
26+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
27+
2728
with:
2829
path: ~/.m2/repository
2930
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)