Skip to content

Commit 98199c6

Browse files
committed
chore: update actions/checkout and actions/setup-node versions
1 parent 25abd50 commit 98199c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/commitlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
permissions:
99
contents: read
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
16-
node-version: 18
16+
node-version: latest
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Validate current commit (last commit)

0 commit comments

Comments
 (0)