File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 lint-pr :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Get Release Bot Token
1818 id : get-token
Original file line number Diff line number Diff line change 1414 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY_DEPLOY }}
1515 AWS_DEFAULT_ACCOUNT : ${{ secrets.AWS_ACCOUNT_ID }}
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
19- - uses : actions/setup-node@v3
19+ - uses : actions/setup-node@v4
2020 with :
2121 node-version : 18
2222 cache : " npm"
Original file line number Diff line number Diff line change 1414 needs : package
1515 steps :
1616
17- - uses : actions/download-artifact@v3
17+ - uses : actions/download-artifact@v4
1818 with :
1919 name : python
2020 path : dist
3131 runs-on : ubuntu-latest
3232 needs : package
3333 steps :
34- - uses : actions/download-artifact@v3
34+ - uses : actions/download-artifact@v4
3535 with :
3636 name : js
3737 path : dist
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 needs : package
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
18- - uses : actions/download-artifact@v3
18+ - uses : actions/download-artifact@v4
1919 with :
2020 name : docs
2121 path : docs
You can’t perform that action at this time.
0 commit comments