Skip to content

Commit f748b95

Browse files
Merge pull request #1 from zeroBzeroT/dependabot/github_actions/actions/cache-3.0.8
github-actions(deps): bump actions/cache from 3.0.7 to 3.0.8
2 parents 2e6310e + 5b1ebd6 commit f748b95

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].7
23+
uses: actions/[email protected].8
2424
with:
2525
path: ~/.m2
2626
key: '${{ runner.os }}-m2-${{ hashFiles(''**/pom.xml'') }}'

0 commit comments

Comments
 (0)