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 9
9
runs-on : windows-latest
10
10
steps :
11
11
- name : Set up JDK 11
12
- uses : actions/setup-java@v1
12
+ uses : actions/setup-java@v4
13
13
with :
14
14
java-version : 1.11
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
18
18
- name : Cache SonarCloud packages
19
- uses : actions/cache@v1
19
+ uses : actions/cache@v4
20
20
with :
21
21
path : ~\sonar\cache
22
22
key : ${{ runner.os }}-sonar
23
23
restore-keys : ${{ runner.os }}-sonar
24
24
- name : Cache SonarCloud scanner
25
25
id : cache-sonar-scanner
26
- uses : actions/cache@v1
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : .\.sonar\scanner
29
29
key : ${{ runner.os }}-sonar-scanner
You can’t perform that action at this time.
0 commit comments