From 0f7032215183a82721874b19fb12982dc8669d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:21:54 +0000 Subject: [PATCH] chore(deps): bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: webiny/action-conventional-commits dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 57b93cc..a5d0dfe 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v6 - name: Check conventional commits - uses: webiny/action-conventional-commits@v1.3.0 + uses: webiny/action-conventional-commits@v1.3.1 - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v6