File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
--health-timeout 5s
21
21
--health-retries 5
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Set up JDK
25
25
uses : actions/setup-java@v3
26
26
with :
42
42
needs : container-job
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- uses : actions/setup-java@v3
47
47
with :
48
48
distribution : ' adopt'
Original file line number Diff line number Diff line change 10
10
release_notes :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Check if it has release drafter config file
15
15
id : check_release_drafter
16
16
run : |
Original file line number Diff line number Diff line change 10
10
GIT_USER_EMAIL : behlp@unityfoundation.io
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
with :
15
15
token : ${{ secrets.GH_TOKEN }}
16
16
- name : Set up JDK
You can’t perform that action at this time.
0 commit comments