Skip to content

Commit 3a3fb87

Browse files
committed
UPDATE: github action config, bump utils version.
1 parent 66c0973 commit 3a3fb87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
commitlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: wagoid/commitlint-github-action@v4
19+
- uses: wagoid/commitlint-github-action@v6
2020

2121
lint:
2222
needs: commitlint
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Use Node.js 18.x
2727
uses: actions/setup-node@v3
2828
with:

0 commit comments

Comments
 (0)