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
44
44
outputs :
45
45
upload_url : ${{ steps.create_draft.outputs.upload_url }}
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v3
48
48
49
49
- name : Configure Git
50
50
run : |
93
93
runs-on : ubuntu-latest
94
94
needs : [prepare_release]
95
95
steps :
96
- - uses : actions/checkout@v2
96
+ - uses : actions/checkout@v3
97
97
98
98
- name : Init Git and pull
99
99
run : |
@@ -124,7 +124,7 @@ jobs:
124
124
runs-on : ubuntu-latest
125
125
needs : [prepare_release]
126
126
steps :
127
- - uses : actions/checkout@v2
127
+ - uses : actions/checkout@v3
128
128
129
129
- name : Init Git and pull
130
130
run : |
@@ -176,7 +176,7 @@ jobs:
176
176
runs-on : ubuntu-latest
177
177
needs : [publish_central]
178
178
steps :
179
- - uses : actions/checkout@v2
179
+ - uses : actions/checkout@v3
180
180
181
181
- name : Init Git and pull
182
182
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