Skip to content

Commit

Permalink
Merge f89d227 into 35041b2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2022
2 parents 35041b2 + f89d227 commit 0236b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash
- name: Use Maven dependency cache
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # tag=v3.0.9
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash
- name: Use Maven dependency cache
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # tag=v3.0.9
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash
- name: Use Maven dependency cache
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # tag=v3.0.9
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 0236b12

Please sign in to comment.