Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit cbdb436

Browse files
committed
chore: update actions/checkout and actions/setup-node versions
1 parent 81fed7d commit cbdb436

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)