This repository was archived by the owner on Jan 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
distribution : [temurin]
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
27
27
- name : Set up JDK
28
28
uses : actions/setup-java@v2
Original file line number Diff line number Diff line change 8
8
check_code : # Validates the code (see develop.yml)
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
13
13
- name : Set up JDK 8
14
14
uses : actions/setup-java@v2
50
50
outputs :
51
51
upload_url : ${{ steps.create_draft.outputs.upload_url }}
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v3
54
54
55
55
- name : Configure Git
56
56
run : |
99
99
runs-on : ubuntu-latest
100
100
needs : [prepare_release]
101
101
steps :
102
- - uses : actions/checkout@v2
102
+ - uses : actions/checkout@v3
103
103
104
104
- name : Init Git and pull
105
105
run : |
@@ -142,7 +142,7 @@ jobs:
142
142
runs-on : ubuntu-latest
143
143
needs : [prepare_release]
144
144
steps :
145
- - uses : actions/checkout@v2
145
+ - uses : actions/checkout@v3
146
146
147
147
- name : Init Git and pull
148
148
run : |
@@ -200,7 +200,7 @@ jobs:
200
200
runs-on : ubuntu-latest
201
201
needs : [publish_central]
202
202
steps :
203
- - uses : actions/checkout@v2
203
+ - uses : actions/checkout@v3
204
204
205
205
- name : Init Git and pull
206
206
run : |
Original file line number Diff line number Diff line change 7
7
publish_central : # Publish the code to central
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
12
12
- name : Set up JDK 8 OSSRH
13
13
uses : actions/setup-java@v2
You can’t perform that action at this time.
0 commit comments