File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 env :
2929 HEAD_REF : ${{ github.head_ref }}
3030 if : startsWith(github.head_ref, 'release/v')
31- - uses : actions/github-script@0.4.0
31+ - uses : actions/github-script@v3
3232 with :
3333 github-token : ${{ secrets.ACCESS_TOKEN }}
3434 script : |
3939 sha: context.sha
4040 })
4141 if : env.NEXT_VERSION
42- - uses : actions/github-script@0.4.0
42+ - uses : actions/github-script@v3
4343 with :
4444 github-token : ${{ secrets.ACCESS_TOKEN }}
4545 script : |
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235235 timeout-minutes : 3
236236 if : always()
237237 steps :
238- - uses : technote-space/workflow-conclusion-action@v1
238+ - uses : technote-space/workflow-conclusion-action@v2
239239 - uses : 8398a7/action-slack@v3
240240 with :
241241 status : failure
You can’t perform that action at this time.
0 commit comments