diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc67f8a..de90ed7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Install with pnpm run: pnpm install --frozen-lockfile - name: Check commit message - uses: wagoid/commitlint-github-action@0184f5a228ee06430bb9e67d65f73a1a6767496a # v6.2.0 + uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1 with: configFile: commitlint.config.cjs failOnWarnings: false