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.
1 parent 181f893 commit 05aa637Copy full SHA for 05aa637
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
40
shell: bash
41
- name: Use Maven dependency cache
42
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
43
with:
44
path: ~/.m2/repository
45
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
0 commit comments