diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index b6ee7d1..526121c 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: latest cache: npm