File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
# Run this only when the previous workflow was successfull & the initial actor was dependabot
13
13
if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'dependabot[bot]' }}
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- name : Download PR artifact
17
17
uses : actions/github-script@v6
18
18
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : " Checkout"
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
token : ${{ secrets.GH_PUBLISH_TOKEN }}
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : " Checkout"
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
token : ${{ secrets.GH_PUBLISH_TOKEN }}
18
18
fetch-depth : 0
Original file line number Diff line number Diff line change 8
8
env :
9
9
NODE_ENV : dev
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Set up Node
13
13
uses : actions/setup-node@v3
14
14
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- name : Save PR number
14
14
run : |
15
15
mkdir -p ./pr
Original file line number Diff line number Diff line change 15
15
contents : read
16
16
steps :
17
17
- name : " Checkout"
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
# ########################
20
20
# Release new version
21
21
# ########################
You can’t perform that action at this time.
0 commit comments