From 5c777101e1a2631391a4b2ce317481d724e7170c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:37:30 +0000 Subject: [PATCH] chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.3.1...v1.4.2) --- updated-dependencies: - dependency-name: webiny/action-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional_commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index 00cc15c..14bc86e 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -28,6 +28,6 @@ jobs: with: fetch-depth: 0 - name: 🧹 Conventional Commits - uses: webiny/action-conventional-commits@v1.3.1 + uses: webiny/action-conventional-commits@v1.4.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}