Skip to content

Commit bf1e8d2

Browse files
committed
further fix #13
1 parent 83f2ad9 commit bf1e8d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v4
14+
uses: actions/setup-java@v3
1515
with:
1616
java-version: 17
1717
distribution: 'zulu' # Alternative distribution options are available.
18-
- uses: actions/checkout@v4
18+
- uses: actions/setup-dotnet@v2
1919
with:
2020
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2121
- name: Cache SonarQube Cloud packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v3
2323
with:
2424
path: ~\sonar\cache
2525
key: ${{ runner.os }}-sonar
2626
restore-keys: ${{ runner.os }}-sonar
2727
- name: Cache SonarQube Cloud scanner
2828
id: cache-sonar-scanner
29-
uses: actions/cache@v4
29+
uses: actions/cache@v3
3030
with:
3131
path: ${{ runner.temp }}\scanner
3232
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)