We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbc719 commit e1610ebCopy full SHA for e1610eb
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
24
with:
25
path: ~/.m2
26
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments