We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8fa75 commit 122119bCopy full SHA for 122119b
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: maven
25
26
- name: Cache local Maven repository
27
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # 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