From 66c253c9b6401a24a49dedd884c9f88a17b96419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:51:05 +0000 Subject: [PATCH] fix(deps): update wagoid/commitlint-github-action action to v6.0.1 --- .github/workflows/lint-commit-messages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commit-messages.yml b/.github/workflows/lint-commit-messages.yml index 0aba08d..e69fa78 100644 --- a/.github/workflows/lint-commit-messages.yml +++ b/.github/workflows/lint-commit-messages.yml @@ -23,7 +23,7 @@ jobs: - name: Install project run: npm ci --ignore-scripts - name: Lint commit messages - uses: wagoid/commitlint-github-action@3c75220e8d20774b68eea48e869a706ff7249b54 # v6.0.0 + uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1 env: NODE_PATH: ${{ github.workspace }}/node_modules with: