Skip to content

Commit 05aa637

Browse files
chore(deps): update actions/cache action to v3.4.3
1 parent 181f893 commit 05aa637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
4040
shell: bash
4141
- name: Use Maven dependency cache
42-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
42+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)