Skip to content

Commit 4d104dd

Browse files
committed
Merge branch 'JoshuaASmith/main' into fork
2 parents 620bdd6 + 16ced8d commit 4d104dd

File tree

5 files changed

+32349
-5252
lines changed

5 files changed

+32349
-5252
lines changed

Diff for: .github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff 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
@@ -29,7 +29,7 @@ jobs:
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)\] .+$'

Diff for: action.yml

+2-2
Original file line numberDiff line numberDiff 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'
3131
runs:
32-
using: node16
32+
using: node20
3333
main: dist/index.js
3434
branding:
3535
icon: 'check'

0 commit comments

Comments
 (0)