We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e6310e + 5b1ebd6 commit f748b95Copy full SHA for f748b95
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: '8'
21
22
- name: Cache
23
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
24
with:
25
path: ~/.m2
26
key: '${{ runner.os }}-m2-${{ hashFiles(''**/pom.xml'') }}'
0 commit comments