Skip to content

Commit 1d57869

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)