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 @@ -18,23 +18,23 @@ jobs:
18
18
build :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
24
24
- name : Set up JDK
25
- uses : actions/setup-java@v3
25
+ uses : actions/setup-java@v4
26
26
with :
27
27
java-version : ' 17'
28
28
distribution : ' temurin'
29
29
cache : maven
30
30
- name : Cache SonarCloud packages
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.sonar/cache
34
34
key : ${{ runner.os }}-sonar
35
35
restore-keys : ${{ runner.os }}-sonar
36
36
- name : Cache Maven packages
37
- uses : actions/cache@v3
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : ~/.m2
40
40
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments