15
15
steps :
16
16
- name : Set running flag
17
17
run : echo "RUNNING=1" >> $GITHUB_ENV
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- uses : technote-space/get-git-comment-action@v1
20
20
- uses : technote-space/get-diff-action@v6
21
21
with :
28
28
run : echo "RUNNING=" >> $GITHUB_ENV
29
29
if : " ! env.GIT_DIFF"
30
30
31
- - uses : actions/setup-node@v2
31
+ - uses : actions/setup-node@v3
32
32
with :
33
33
node-version : 14
34
34
cache : yarn
54
54
steps :
55
55
- name : Set running flag
56
56
run : echo "RUNNING=1" >> $GITHUB_ENV
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
- uses : technote-space/get-git-comment-action@v1
59
59
- uses : technote-space/get-diff-action@v6
60
60
with :
79
79
echo "RUNNING=" >> $GITHUB_ENV
80
80
fi
81
81
82
- - uses : actions/setup-node@v2
82
+ - uses : actions/setup-node@v3
83
83
with :
84
84
node-version : ${{ matrix.node }}
85
85
cache : yarn
@@ -119,7 +119,7 @@ jobs:
119
119
fi
120
120
env :
121
121
NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
122
- - uses : actions/checkout@v2
122
+ - uses : actions/checkout@v3
123
123
if : env.RUNNING
124
124
- name : Check package version
125
125
uses : technote-space/package-version-check-action@v1
@@ -141,14 +141,14 @@ jobs:
141
141
if : env.RUNNING && matrix.target == 'gpr'
142
142
143
143
- name : Setup Node.js
144
- uses : actions/setup-node@v2
144
+ uses : actions/setup-node@v3
145
145
with :
146
146
node-version : 14
147
147
registry-url : https://registry.npmjs.org/
148
148
cache : yarn
149
149
if : env.RUNNING && matrix.target == 'npm'
150
150
- name : Setup Node.js
151
- uses : actions/setup-node@v2
151
+ uses : actions/setup-node@v3
152
152
with :
153
153
node-version : 14
154
154
registry-url : https://npm.pkg.github.com
0 commit comments