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 51ced08 commit 3aed48bCopy full SHA for 3aed48b
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
git config user.email "actions@github.com"
36
git config user.name "GitHub Actions"
37
- name: Set up cache
38
- uses: actions/cache@v6.0.0
+ uses: actions/cache@v6.1.0
39
with:
40
path: ~/.m2/repository
41
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments