File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
name : Prepare
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Use Node.js
13
- uses : actions/setup-node@v3
13
+ uses : actions/setup-node@v4
14
14
with :
15
15
node-version-file : ' .nvmrc'
16
16
cache : ' yarn'
51
51
matrix :
52
52
node-version : [18.x, 20.x]
53
53
steps :
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
- name : Use Node.js ${{ matrix.node-version }}
56
- uses : actions/setup-node@v3
56
+ uses : actions/setup-node@v4
57
57
with :
58
58
node-version : ${{ matrix.node-version }}
59
59
cache : ' yarn'
82
82
matrix :
83
83
node-version : [18.x, 20.x]
84
84
steps :
85
- - uses : actions/checkout@v3
85
+ - uses : actions/checkout@v4
86
86
- name : Use Node.js ${{ matrix.node-version }}
87
- uses : actions/setup-node@v3
87
+ uses : actions/setup-node@v4
88
88
with :
89
89
node-version : ${{ matrix.node-version }}
90
90
cache : ' yarn'
Original file line number Diff line number Diff line change 21
21
contents : write
22
22
pull-requests : write
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
# This is to guarantee that the most recent tag is fetched.
27
27
# This can be configured to a more reasonable value by consumers.
@@ -30,10 +30,10 @@ jobs:
30
30
# branch for all git operations and the release PR.
31
31
ref : ${{ github.event.inputs.base-branch }}
32
32
- name : Setup Node.js
33
- uses : actions/setup-node@v3
33
+ uses : actions/setup-node@v4
34
34
with :
35
35
node-version-file : ' .nvmrc'
36
- - uses : MetaMask/action-create-release-pr@v2
36
+ - uses : MetaMask/action-create-release-pr@v3
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
with :
Original file line number Diff line number Diff line change 10
10
name : Check workflows
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Download actionlint
15
15
id : download-actionlint
16
16
run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/7fdc9630cc360ea1a469eed64ac6d78caeda1234/scripts/download-actionlint.bash) 1.6.23
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
contents : write
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.sha }}
20
20
- name : Setup Node.js
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version-file : ' .nvmrc'
24
24
- uses : MetaMask/action-publish-release@v3
40
40
runs-on : ubuntu-latest
41
41
needs : publish-release
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
with :
45
45
ref : ${{ github.sha }}
46
46
- uses : actions/cache@v3
64
64
runs-on : ubuntu-latest
65
65
needs : publish-npm-dry-run
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
with :
69
69
ref : ${{ github.sha }}
70
70
- uses : actions/cache@v3
89
89
outputs :
90
90
RELEASE_VERSION : ${{ steps.get-release-version.outputs.RELEASE_VERSION }}
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
with :
94
94
ref : ${{ github.sha }}
95
95
- id : get-release-version
You can’t perform that action at this time.
0 commit comments