This repository was archived by the owner on Apr 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
release :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2.5.0
11
+ - uses : actions/checkout@v3
12
12
- uses : nugit/actions-pr-changelog/createReleaseAction@v1.2.6
13
13
with :
14
14
token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 14
14
if : ${{ (github.event.workflow_run.conclusion == 'success') && (github.event.sender.login == 'dependabot[bot]') }}
15
15
steps :
16
16
- uses : haya14busa/action-workflow_run-status@v1
17
- - uses : actions/checkout@v2.4.0
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
ref : ${{ github.event.workflow_run.head_branch }}
20
20
- uses : actions/setup-node@v2.5.1
Original file line number Diff line number Diff line change 10
10
needs : deploy
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2.4.0
13
+ - uses : actions/checkout@v3
14
14
- name : Merge master -> develop
15
15
uses : devmasx/merge-branch@1.4.0
16
16
with :
21
21
deploy : # Runs install once before everything to create & save cache
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2.4.0
24
+ - uses : actions/checkout@v3
25
25
with :
26
26
token : ${{ secrets.GH_TOKEN }}
27
27
- uses : actions/setup-node@v2.5.1
Original file line number Diff line number Diff line change 10
10
install : # Runs install once before everything to create & save cache
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2.4.0
13
+ - uses : actions/checkout@v3
14
14
with :
15
15
token : ${{ secrets.GH_TOKEN }}
16
16
- uses : actions/setup-node@v2.5.1
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- if : ${{ github.actor == 'dependabot[bot]' }}
18
18
run : echo "Skipping - Will be tested in dependabot-merge"
19
- - uses : actions/checkout@v2.4.0
19
+ - uses : actions/checkout@v3
20
20
if : ${{ github.actor != 'dependabot[bot]' }}
21
21
- uses : actions/setup-node@v2.5.1
22
22
if : ${{ github.actor != 'dependabot[bot]' }}
You can’t perform that action at this time.
0 commit comments