File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,21 +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@v4
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up JDK 11
17
- uses : actions/setup-java@v1
17
+ uses : actions/setup-java@v4
18
18
with :
19
- java-version : 11
19
+ distribution : ' temurin'
20
+ java-version : 17
20
21
- name : Cache SonarCloud packages
21
- uses : actions/cache@v1
22
+ uses : actions/cache@v4
22
23
with :
23
24
path : ~/.sonar/cache
24
25
key : ${{ runner.os }}-sonar
25
26
restore-keys : ${{ runner.os }}-sonar
26
27
- name : Cache Gradle packages
27
- uses : actions/cache@v1
28
+ uses : actions/cache@v4
28
29
with :
29
30
path : ~/.gradle/caches
30
31
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments