We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b944be4 commit 87f4df5Copy full SHA for 87f4df5
.github/workflows/build.yml
@@ -22,15 +22,15 @@ jobs:
22
submodules: recursive
23
24
- name: Cache SonarCloud packages
25
- uses: actions/cache@v1
+ uses: actions/cache@v4
26
with:
27
path: ~\sonar\cache
28
key: ${{ runner.os }}-sonar
29
restore-keys: ${{ runner.os }}-sonar
30
31
- name: Cache SonarCloud scanner
32
id: cache-sonar-scanner
33
34
35
path: .\.sonar\scanner
36
key: ${{ runner.os }}-sonar-scanner
0 commit comments