We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d468bae commit 289a274Copy full SHA for 289a274
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
cache: maven
46
47
- name: Cache local Maven repository
48
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
+ uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # 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