From 6bdfe891a6e67a1afbbcf1bcad1bf42e37aa999e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 00:30:19 +0000 Subject: [PATCH] chore(deps): update webiny/action-conventional-commits action to v1.2.0 --- .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 a953f6e..726d405 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: conventional commits - uses: webiny/action-conventional-commits@v1.1.0 + uses: webiny/action-conventional-commits@v1.2.0 - name: Setup Python uses: actions/setup-python@v4 with: