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