-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3349 from yurake/renovate/actions-cache-3.x
chore(deps): update dependency actions/cache to v3.3.3
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Cache Docker layers | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,13 +37,13 @@ jobs: | |
languages: java | ||
|
||
- name: Cache SonarCloud packages | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-parent-pom | ||
restore-keys: ${{ runner.os }}-sonar-parent-pom | ||
- name: Cache local Maven repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-parent-pom-${{ hashFiles('**/parent-pom/pom.xml') }} | ||
|
@@ -56,13 +56,13 @@ jobs: | |
run: ./mvnw -B deploy --settings ../.m2/settings.xml | ||
|
||
- name: Cache SonarCloud packages | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-webapp-service | ||
restore-keys: ${{ runner.os }}-sonar-webapp-service | ||
- name: Cache local Maven repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-webapp-service-${{ hashFiles('**/webapp-service/pom.xml') }} | ||
|
@@ -151,7 +151,7 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
@@ -168,13 +168,13 @@ jobs: | |
fi | ||
- name: Cache SonarCloud packages | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
restore-keys: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
- name: Cache local Maven repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ matrix.application }}-${{ hashFiles('**/${{ matrix.application }}/pom.xml') }} | ||
|
@@ -266,7 +266,7 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
@@ -283,13 +283,13 @@ jobs: | |
fi | ||
- name: Cache SonarCloud packages | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
restore-keys: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
- name: Cache local Maven repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ matrix.application }}-${{ hashFiles('**/${{ matrix.application }}/pom.xml') }} | ||
|