We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b957aa + 7874c5c commit 83e3de9Copy full SHA for 83e3de9
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
cache: maven
46
47
- name: Cache local Maven repository
48
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
49
with:
50
path: ~/.m2/repository
51
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release-please.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
if: ${{ steps.release.outputs.releases_created }}
35
36
37
38
0 commit comments