File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 - name : Download fossa cli
2020 run : |-
2121 mkdir -p $HOME/.local/bin
Original file line number Diff line number Diff line change 88 prerelease :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v2
1313 with :
1414 node-version : ' *'
Original file line number Diff line number Diff line change 1717 with :
1818 token : ${{ steps.get-token.outputs.token }}
1919 command : manifest
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 if : ${{ steps.release.outputs.release_created }}
2222 - uses : actions/setup-node@v2
2323 with :
Original file line number Diff line number Diff line change 2121 fail-fast : false
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - name : Use Node.js ${{ matrix.node-version }}
2626 uses : actions/setup-node@v2
2727 with :
Original file line number Diff line number Diff line change 11{
22 "bootstrap-sha" : " c6ea2e2b6938a06776904f433f4e0a15f0dd826b" ,
33 "packages" : {
4- "plugin" : {}
4+ "plugin" : {
5+ "release-as" : " 2.1.3"
6+ }
57 }
68}
You can’t perform that action at this time.
0 commit comments