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 04f6fa5 commit 6a3afbbCopy full SHA for 6a3afbb
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Cache local Maven repository
26
- uses: actions/cache@v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
27
with:
28
path: ~/.m2/repository
29
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments