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 e377b74 commit a657561Copy full SHA for a657561
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: maven
25
26
- name: Cache local Maven repository
27
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 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