From 4a5cb9d9bad3673464266463270b07d4898969a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:55:22 +0000 Subject: [PATCH] chore(deps): bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.1.0 to 1.2.0. - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: webiny/action-conventional-commits dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ee337f46..9fef4f44 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: - name: check-for-cc id: check-for-cc - uses: webiny/action-conventional-commits@v1.1.0 + uses: webiny/action-conventional-commits@v1.2.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3