File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 node : [16, 18, 20, 22]
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-node@v4
2323 with :
2424 node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Run Coana CLI
2222 id : coana-cli
Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout the ${{github.base_ref}} branch
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 ref : ${{github.base_ref}} # checkout the base branch (usually master/main).
1414
4444 run : sudo chown -R $USER:$USER .
4545
4646 - name : Checkout the current branch
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 clean : true
5050
Original file line number Diff line number Diff line change 1717 name : Update @latest tag
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : actions/setup-node@v4
2222 with :
2323 node-version : 18
Original file line number Diff line number Diff line change 1616 name : Publish to NPM
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-node@v4
2121 with :
2222 node-version : 18
You can’t perform that action at this time.
0 commit comments