Skip to content

Commit 687f3b4

Browse files
Bump actions/cache from 1 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...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 b21506f commit 687f3b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonar.yml

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

0 commit comments

Comments
 (0)