File tree 5 files changed +32349
-5252
lines changed
5 files changed +32349
-5252
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
build : # make sure build/ci work properly
11
11
runs-on : ubuntu-latest
12
12
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
16
16
with :
17
- node-version : 16 .x
17
+ node-version : 20 .x
18
18
- name : Install
19
19
run : |
20
20
npm install
29
29
test : # make sure the action works on a clean machine without building
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- uses : ./
34
34
with :
35
35
pattern : ' \[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ inputs:
27
27
accessToken :
28
28
description : ' you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true'
29
29
required : false
30
- default : ' false'
30
+ default : ' false'
31
31
runs :
32
- using : node16
32
+ using : node20
33
33
main : dist/index.js
34
34
branding :
35
35
icon : ' check'
You can’t perform that action at this time.
0 commit comments