File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Fossa init
1919 run : |-
2020 curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
Original file line number Diff line number Diff line change 1818 token : ${{ steps.get-token.outputs.token }}
1919 release-type : node
2020 package-name : ' @netlify/blobs'
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 if : ${{ steps.release.outputs.release_created }}
2323 - uses : actions/setup-node@v2
2424 with :
Original file line number Diff line number Diff line change 2222 fail-fast : false
2323 steps :
2424 - name : Git checkout
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626 - name : Node.js ${{ matrix.node-version }}
2727 uses : actions/setup-node@v2
2828 with :
You can’t perform that action at this time.
0 commit comments