Skip to content

Commit 4bd4bc2

Browse files
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] <support@github.com>
1 parent 0f50210 commit 4bd4bc2

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
@@ -31,14 +31,14 @@ jobs:
3131
# Shallow clones should be disabled for a better relevancy of analysis
3232
fetch-depth: 0
3333
- name: Cache SonarCloud packages
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: ~\sonar\cache
3737
key: ${{ runner.os }}-sonar
3838
restore-keys: ${{ runner.os }}-sonar
3939
- name: Cache SonarCloud scanner
4040
id: cache-sonar-scanner
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: .\.sonar\scanner
4444
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)