File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
DISPATCH_INFORMATION : ${{ github.event.inputs.message }}
24
24
run : echo $DISPATCH_INFORMATION
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Set up JDK
27
27
uses : actions/setup-java@v3
28
28
with :
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 13
13
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
token : ${{ secrets.GH_TOKEN }}
19
19
- uses : gradle/wrapper-validation-action@v1
You can’t perform that action at this time.
0 commit comments