We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea6234 commit aee2ff6Copy full SHA for aee2ff6
.github/workflows/dotnet.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Cache SonarCloud scanner
34
id: cache-sonar-scanner
35
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.2.3
36
with:
37
path: .\.sonar\scanner
38
key: ${{ runner.os }}-sonar-scanner
0 commit comments