There was an error while loading. Please reload this page.
2 parents 9725ee0 + 762c84e commit ce3feb6Copy full SHA for ce3feb6
1 file changed
.github/workflows/ci-build.yml
@@ -64,15 +64,15 @@ jobs:
64
dotnet-version: 9.0.x
65
66
- name: Cache SonarCloud packages
67
- uses: actions/cache@v4
+ uses: actions/cache@v5
68
with:
69
path: ~\sonar\cache
70
key: ${{ runner.os }}-sonar
71
restore-keys: ${{ runner.os }}-sonar
72
73
- name: Cache SonarCloud scanner
74
id: cache-sonar-scanner
75
76
77
path: .\.sonar\scanner
78
key: ${{ runner.os }}-sonar-scanner
0 commit comments