Skip to content

Commit e427f7b

Browse files
author
Andrew Omondi
committed
another fix
1 parent 20312e8 commit e427f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ jobs:
5252
key: ${{ runner.os }}-sonar
5353
restore-keys: ${{ runner.os }}-sonar
5454
- name: Cache SonarCloud packages
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ~\sonar\cache
5858
key: ${{ runner.os }}-sonar
5959
restore-keys: ${{ runner.os }}-sonar
6060
- name: Cache SonarCloud scanner
6161
id: cache-sonar-scanner
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: .\.sonar\scanner
6565
key: ${{ runner.os }}-sonar-scanner
6666
restore-keys: ${{ runner.os }}-sonar-scanner
6767
- name: Install SonarCloud scanner
6868
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true'
69-
shell: powershell
69+
shell: pwsh
7070
run: |
7171
New-Item -Path .\.sonar\scanner -ItemType Directory
7272
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner

0 commit comments

Comments
 (0)