We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d172c commit c834870Copy full SHA for c834870
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: maven
24
25
- name: Cache local Maven repository
26
- uses: actions/cache@v2
+ uses: actions/cache@v3
27
with:
28
path: ~/.m2/repository
29
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release-please.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
if: ${{ steps.release.outputs.releases_created }}
41
42
43
44
0 commit comments