Skip to content

Commit 7e616fa

Browse files
chore(deps) Update actions/cache action to v4
1 parent 17dfd72 commit 7e616fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818
- name: Cache SonarCloud packages
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ~\sonar\cache
2222
key: ${{ runner.os }}-sonar
2323
restore-keys: ${{ runner.os }}-sonar
2424
- name: Cache SonarCloud scanner
2525
id: cache-sonar-scanner
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: .\.sonar\scanner
2929
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)