File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : windows-latest
1010 steps :
1111 - name : Set up JDK 11
12- uses : actions/setup-java@v1
12+ uses : actions/setup-java@v4
1313 with :
1414 java-version : 1.11
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1818 - name : Cache SonarCloud packages
19- uses : actions/cache@v1
19+ uses : actions/cache@v4
2020 with :
2121 path : ~\sonar\cache
2222 key : ${{ runner.os }}-sonar
2323 restore-keys : ${{ runner.os }}-sonar
2424 - name : Cache SonarCloud scanner
2525 id : cache-sonar-scanner
26- uses : actions/cache@v1
26+ uses : actions/cache@v4
2727 with :
2828 path : .\.sonar\scanner
2929 key : ${{ runner.os }}-sonar-scanner
You can’t perform that action at this time.
0 commit comments