Skip to content

Commit 536cdf8

Browse files
authored
Merge pull request #380 from sir-gon/renovate/actions-cache-6.x
Update actions/cache action to v6
2 parents e3e68bc + 1caa942 commit 536cdf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
34+
uses: actions/cache@v6
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@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: .\.sonar\scanner
4444
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)