From e21f2649dcf937d10930dbe1b217fadef0d7854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:04:17 +0000 Subject: [PATCH] ci(dep): bump wagoid/commitlint-github-action from 5.2.0 to 5.2.2 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5.2.0 to 5.2.2. - [Release notes](https://github.com/wagoid/commitlint-github-action/releases) - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v5.2.0...v5.2.2) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 8cd36134..390c727b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -30,7 +30,7 @@ jobs: - name: Commit Linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: wagoid/commitlint-github-action@v5.2.0 + uses: wagoid/commitlint-github-action@v5.2.2 test-action: runs-on: ubuntu-latest