diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 473af1d0..7dd225de 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: lts/* - name: Install commitlint