diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 09ab926..0a848f8 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* - name: Install commitlint