Skip to content

Commit bb51007

Browse files
chore(deps): bump actions/cache from 4 to 5 (#517)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8c876b commit bb51007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CodeQuality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
with:
2727
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2828
- name: Cache SonarCloud packages
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ~\sonar\cache
3232
key: ${{ runner.os }}-sonar
3333
restore-keys: ${{ runner.os }}-sonar
3434
- name: Cache SonarCloud scanner
3535
id: cache-sonar-scanner
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: .\.sonar\scanner
3939
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)