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.
2 parents a973269 + edb20a7 commit 452d05aCopy full SHA for 452d05a
.github/workflows/ci-deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
install: true
23
- name: Cache Maven packages
24
- uses: actions/cache@v2
+ uses: actions/cache@v3
25
26
path: ~/.m2
27
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/sonarcloud.yml
@@ -20,13 +20,13 @@ jobs:
20
distribution: temurin
java-version: 17
- name: Cache SonarCloud packages
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
28
29
30
31
32
0 commit comments