File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
if : github.repository == 'pgjdbc/r2dbc-postgresql'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up JDK 1.8
17
- uses : actions/setup-java@v3
17
+ uses : actions/setup-java@v4
18
18
with :
19
19
java-version : 8
20
20
distribution : temurin
Original file line number Diff line number Diff line change 9
9
pr-build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up JDK 1.8
14
- uses : actions/setup-java@v3
14
+ uses : actions/setup-java@v4
15
15
with :
16
16
java-version : 8
17
17
distribution : temurin
Original file line number Diff line number Diff line change 12
12
if : github.repository == 'pgjdbc/r2dbc-postgresql'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up JDK 1.8
17
- uses : actions/setup-java@v3
17
+ uses : actions/setup-java@v4
18
18
with :
19
19
java-version : 8
20
20
distribution : temurin
You can’t perform that action at this time.
0 commit comments