File tree Expand file tree Collapse file tree 5 files changed +32349
-5252
lines changed
Expand file tree Collapse file tree 5 files changed +32349
-5252
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 build : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - name : Set Node.js 16 .x
15- uses : actions/setup-node@v3
13+ - uses : actions/checkout@v4
14+ - name : Set Node.js 20 .x
15+ uses : actions/setup-node@v4
1616 with :
17- node-version : 16 .x
17+ node-version : 20 .x
1818 - name : Install
1919 run : |
2020 npm install
2929 test : # make sure the action works on a clean machine without building
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - uses : ./
3434 with :
3535 pattern : ' \[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ inputs:
2727 accessToken :
2828 description : ' you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true'
2929 required : false
30- default : ' false'
30+ default : ' false'
3131runs :
32- using : node16
32+ using : node20
3333 main : dist/index.js
3434branding :
3535 icon : ' check'
You can’t perform that action at this time.
0 commit comments