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