Skip to content

Commit 8a2f23d

Browse files
Update actions/cache action to v4
1 parent 7129473 commit 8a2f23d

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
@@ -21,14 +21,14 @@ jobs:
2121
with:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323
- name: Cache SonarCloud packages
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: ~\sonar\cache
2727
key: ${{ runner.os }}-sonar
2828
restore-keys: ${{ runner.os }}-sonar
2929
- name: Cache SonarCloud scanner
3030
id: cache-sonar-scanner
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: .\.sonar\scanner
3434
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)