diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 97d834c3..b3f8273b 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 - name: Install dependencies run: npm install commitlint @commitlint/config-conventional - name: Run commitlint against commits in PR