Skip to content

Commit c9c7016

Browse files
chore(deps): bump actions/cache from 2.1.7 to 3 (#1062)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6c0784 commit c9c7016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: 17
2626
cache: 'maven'
2727
- name: Cache SonarCloud packages
28-
uses: actions/cache@v2.1.7
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.sonar/cache
3131
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)