File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 28
28
benchmark :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
- uses : actions/setup-node@v2
33
33
with :
34
34
node-version : 16
Original file line number Diff line number Diff line change 33
33
deno :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v3
37
37
- name : Copy files to deno directory
38
38
run : |
39
39
mkdir -p deno
@@ -107,7 +107,7 @@ jobs:
107
107
umd :
108
108
runs-on : ubuntu-latest
109
109
steps :
110
- - uses : actions/checkout@v2
110
+ - uses : actions/checkout@v3
111
111
- name : Copy files to umd directory
112
112
run : |
113
113
mkdir -p umd
@@ -179,7 +179,7 @@ jobs:
179
179
esm :
180
180
runs-on : ubuntu-latest
181
181
steps :
182
- - uses : actions/checkout@v2
182
+ - uses : actions/checkout@v3
183
183
- name : Copy files to umd directory
184
184
run : |
185
185
mkdir -p esm
Original file line number Diff line number Diff line change 28
28
examples :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
- uses : actions/setup-node@v2
33
33
with :
34
34
node-version : 16
Original file line number Diff line number Diff line change 31
31
env :
32
32
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
- uses : actions/setup-node@v2
36
36
with :
37
37
node-version : 16
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Checkout main branch
66
- uses : actions/checkout@v2
66
+ uses : actions/checkout@v3
67
67
with :
68
68
ref : main
69
69
- name : Increment version in `package.json` to the version number of the tag
Original file line number Diff line number Diff line change 34
34
env :
35
35
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v3
38
38
- uses : actions/setup-node@v2
39
39
with :
40
40
node-version : 16
Original file line number Diff line number Diff line change 34
34
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
35
35
steps :
36
36
- name : Checkout branch with UMD build
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
with :
39
39
ref : umd
40
40
- name : Setup Node.js
57
57
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
58
58
steps :
59
59
- name : Checkout branch with ESM build
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v3
61
61
with :
62
62
ref : esm
63
63
- name : Setup Node.js
80
80
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
81
81
steps :
82
82
- name : Checkout branch with Deno build
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v3
84
84
with :
85
85
ref : deno
86
86
- name : Install Deno
Original file line number Diff line number Diff line change 31
31
test :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
- uses : actions/setup-node@v2
36
36
with :
37
37
node-version : 16
Original file line number Diff line number Diff line change 37
37
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
38
38
if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- uses : actions/setup-node@v2
42
42
with :
43
43
node-version : 16
You can’t perform that action at this time.
0 commit comments