File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
start-release :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
token : ${{ secrets.AUTORELEASE_BOT_PAT }}
24
24
Original file line number Diff line number Diff line change 22
22
if : startsWith(github.head_ref, 'autorelease') && github.event.pull_request.merged != true
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
27
- name : Extract version from autorelease branch name
28
28
run : echo "VERSION=$(echo ${{ github.head_ref }} | cut -c 13-)" >> $GITHUB_ENV
39
39
if : ${{ ! github.head_ref || (startsWith(github.head_ref, 'autorelease') && github.event.pull_request.merged == true) }}
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
44
44
- name : Install dependencies
45
45
run : pip install twine
You can’t perform that action at this time.
0 commit comments