Skip to content

Commit d8a9a97

Browse files
chore(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c5b589 commit d8a9a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
with:
4646
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4747
- name: Cache SonarCloud packages
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: ~/.sonar/cache
5151
key: ${{ runner.os }}-sonar
5252
restore-keys: ${{ runner.os }}-sonar
5353
- name: Cache SonarCloud scanner
5454
id: cache-sonar-scanner
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ./.sonar/scanner
5858
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)