Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent a883cbb commit a242cd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash
- name: Use Maven dependency cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Use SonarCloud package cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash
- name: Use Maven dependency cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash
- name: Use Maven dependency cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit a242cd9

Please sign in to comment.