Skip to content

Commit ffa2229

Browse files
Merge pull request #63 from zeroBzeroT/dependabot/github_actions/actions/cache-4.2.3
github-actions(deps): bump actions/cache from 4.2.2 to 4.2.3
2 parents e29fd4e + eb907d1 commit ffa2229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: '8'
2121

2222
- name: Cache
23-
uses: actions/[email protected].2
23+
uses: actions/[email protected].3
2424
with:
2525
path: ~/.m2
2626
key: '${{ runner.os }}-m2-${{ hashFiles(''**/pom.xml'') }}'

0 commit comments

Comments
 (0)