File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,14 @@ jobs:
21
21
- os : macos-latest
22
22
mvn : ./mvnw
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- name : Set up JDK 1.8
26
- uses : actions/setup-java@v1
26
+ uses : actions/setup-java@v3
27
27
with :
28
- java-version : 1.8
28
+ java-version : 8.0
29
+ distribution : temurin
29
30
- name : Cache local Maven repository
30
- uses : actions/cache@v2
31
+ uses : actions/cache@v3
31
32
with :
32
33
path : ~/.m2/repository
33
34
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ jobs:
18
18
- os : macos-latest
19
19
mvn : ./mvnw
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Set up JDK 1.8
23
- uses : actions/setup-java@v1
23
+ uses : actions/setup-java@v3
24
24
with :
25
- java-version : 1.8
25
+ java-version : 8.0
26
+ distribution : temurin
26
27
- name : Cache local Maven repository
27
- uses : actions/cache@v2
28
+ uses : actions/cache@v3
28
29
with :
29
30
path : ~/.m2/repository
30
31
key : ${{ runner.os }}-maven-pr-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ jobs:
12
12
if : github.repository == 'r2dbc/r2dbc-mssql'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- name : Set up JDK 1.8
17
- uses : actions/setup-java@v1
17
+ uses : actions/setup-java@v3
18
18
with :
19
- java-version : 1.8
19
+ java-version : 8.0
20
+ distribution : temurin
20
21
- name : Initialize Maven Version
21
22
run : ./mvnw -q org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
22
23
- name : GPG Check
You can’t perform that action at this time.
0 commit comments