File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
java-version : [ 11, 17 ]
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- uses : actions/setup-java@v2
26
26
with :
27
27
distribution : " temurin"
Original file line number Diff line number Diff line change 12
12
name : JDK JVM Tests
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- uses : actions/setup-java@v2
17
17
with :
18
18
distribution : " temurin"
Original file line number Diff line number Diff line change 14
14
if : ${{ github.event_name != 'pull_request' && github.repository_owner == 'project-openubl' }}
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- uses : actions/setup-java@v2
19
19
with :
20
20
distribution : " temurin"
Original file line number Diff line number Diff line change 15
15
name : Release
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-java@v2
63
63
uses : juliangruber/read-file-action@v1
64
64
with :
65
65
path : artifacts/HEAD
66
- - uses : actions/checkout@v2
66
+ - uses : actions/checkout@v3
67
67
with :
68
68
ref : ${{ steps.head.outputs.content }}
69
69
You can’t perform that action at this time.
0 commit comments