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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
- name : Download fossa cli
20
20
run : |-
21
21
mkdir -p $HOME/.local/bin
Original file line number Diff line number Diff line change 18
18
token : ${{ steps.get-token.outputs.token }}
19
19
release-type : node
20
20
package-name : ' netlify-lambda'
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
if : ${{ steps.release.outputs.release_created }}
23
23
- uses : actions/setup-node@v3
24
24
with :
Original file line number Diff line number Diff line change 24
24
node-version : 10.x
25
25
fail-fast : false
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
28
28
- name : Use Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@v3
30
30
with :
You can’t perform that action at this time.
0 commit comments