File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
contents : write
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
token : ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
18
18
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@v5
64
64
with :
65
65
fetch-depth : 0
66
66
89
89
90
90
steps :
91
91
- name : Checkout
92
- uses : actions/checkout@v4
92
+ uses : actions/checkout@v5
93
93
with :
94
94
fetch-depth : 0
95
95
Original file line number Diff line number Diff line change 27
27
pull-requests : write
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Prepare the next main release
32
32
uses : Adyen/release-automation-action@v1.4.0
33
33
with :
You can’t perform that action at this time.
0 commit comments