1515 steps :
1616 - name : Set running flag
1717 run : echo "RUNNING=1" >> $GITHUB_ENV
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 - uses : technote-space/get-git-comment-action@v1
2020 - uses : technote-space/get-diff-action@v6
2121 with :
2828 run : echo "RUNNING=" >> $GITHUB_ENV
2929 if : " ! env.GIT_DIFF"
3030
31- - uses : actions/setup-node@v2
31+ - uses : actions/setup-node@v3
3232 with :
3333 node-version : 14
3434 cache : yarn
5454 steps :
5555 - name : Set running flag
5656 run : echo "RUNNING=1" >> $GITHUB_ENV
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v3
5858 - uses : technote-space/get-git-comment-action@v1
5959 - uses : technote-space/get-diff-action@v6
6060 with :
7979 echo "RUNNING=" >> $GITHUB_ENV
8080 fi
8181
82- - uses : actions/setup-node@v2
82+ - uses : actions/setup-node@v3
8383 with :
8484 node-version : ${{ matrix.node }}
8585 cache : yarn
@@ -119,7 +119,7 @@ jobs:
119119 fi
120120 env :
121121 NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
122- - uses : actions/checkout@v2
122+ - uses : actions/checkout@v3
123123 if : env.RUNNING
124124 - name : Check package version
125125 uses : technote-space/package-version-check-action@v1
@@ -141,14 +141,14 @@ jobs:
141141 if : env.RUNNING && matrix.target == 'gpr'
142142
143143 - name : Setup Node.js
144- uses : actions/setup-node@v2
144+ uses : actions/setup-node@v3
145145 with :
146146 node-version : 14
147147 registry-url : https://registry.npmjs.org/
148148 cache : yarn
149149 if : env.RUNNING && matrix.target == 'npm'
150150 - name : Setup Node.js
151- uses : actions/setup-node@v2
151+ uses : actions/setup-node@v3
152152 with :
153153 node-version : 14
154154 registry-url : https://npm.pkg.github.com
@@ -181,10 +181,10 @@ jobs:
181181 timeout-minutes : 10
182182 if : startsWith(github.ref, 'refs/tags/v')
183183 steps :
184- - uses : actions/checkout@v2
184+ - uses : actions/checkout@v3
185185 with :
186186 persist-credentials : false
187- - uses : actions/setup-node@v2
187+ - uses : actions/setup-node@v3
188188 with :
189189 node-version : 14
190190 cache : yarn
@@ -213,8 +213,8 @@ jobs:
213213 timeout-minutes : 5
214214 if : startsWith(github.ref, 'refs/tags/v')
215215 steps :
216- - uses : actions/checkout@v2
217- - uses : actions/setup-node@v2
216+ - uses : actions/checkout@v3
217+ - uses : actions/setup-node@v3
218218 with :
219219 node-version : 14
220220 cache : yarn
0 commit comments