File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : windows-latest
2626
2727 steps :
28- - uses : n1hility/cancel-previous-runs@v2
28+ - uses : n1hility/cancel-previous-runs@v3
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 workflow : c-cpp.yml
6060 runs-on : ubuntu-latest
6161
6262 steps :
63- - uses : n1hility/cancel-previous-runs@v2
63+ - uses : n1hility/cancel-previous-runs@v3
6464 with :
6565 token : ${{ secrets.GITHUB_TOKEN }}
6666 workflow : c-cpp.yml
8080 runs-on : ubuntu-latest
8181
8282 steps :
83- - uses : n1hility/cancel-previous-runs@v2
83+ - uses : n1hility/cancel-previous-runs@v3
8484 with :
8585 token : ${{ secrets.GITHUB_TOKEN }}
8686 workflow : c-cpp.yml
Original file line number Diff line number Diff line change 2424 runs-on : windows-latest
2525
2626 steps :
27- - uses : n1hility/cancel-previous-runs@v2
27+ - uses : n1hility/cancel-previous-runs@v3
2828 with :
2929 token : ${{ secrets.GITHUB_TOKEN }}
3030 if : " !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop'"
You can’t perform that action at this time.
0 commit comments