Skip to content

Commit 5b1ebd6

Browse files
github-actions(deps): bump actions/cache from 3.0.7 to 3.0.8
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6456004 commit 5b1ebd6

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)