We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1372466 commit 60b1446Copy full SHA for 60b1446
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: maven
25
26
- name: Cache local Maven repository
27
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
28
with:
29
path: ~/.m2/repository
30
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