From 1af4542f5caa9c4f90de684171b657c635bca3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:48:33 +0000 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from 6.0.0 to 6.0.1 (#119) Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 6.0.0 to 6.0.1. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index da87a70..282df50 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -97,7 +97,7 @@ jobs: echo "Using workflow configuration for commitlint" echo "commitlintconfig=.github-workflow-semantic-release/commitlint.config.js" >> $GITHUB_OUTPUT fi - - uses: wagoid/commitlint-github-action@v6.0.0 + - uses: wagoid/commitlint-github-action@v6.0.1 id: lint continue-on-error: ${{ github.event_name == 'pull_request' }} with: