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 c8435e7 commit 2b9d9bbCopy full SHA for 2b9d9bb
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: maven
25
26
- name: Cache local Maven repository
27
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 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