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 7c1ff7a commit b5d581cCopy full SHA for b5d581c
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: maven
24
25
- name: Cache local Maven repository
26
- uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
+ uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3
27
with:
28
path: ~/.m2/repository
29
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release-please.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
if: ${{ steps.release.outputs.releases_created }}
37
38
39
40
0 commit comments