We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6500f8f + 2b779cb commit 98e265aCopy full SHA for 98e265a
1 file changed
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
distribution: 'temurin'
22
23
- name: Cache Maven dependencies
24
- uses: actions/cache@v3
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
25
with:
26
path: ~/.m2
27
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments