From a9895a980791c67ef63cf4403fe0bf3dde673260 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Sun, 9 Feb 2025 20:10:40 +0000 Subject: [PATCH] chore(deps): update https://git.tainton.uk/actions/conventional-commits-check-action action to v1.2.4 --- .gitea/workflows/pr-title-semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-title-semantic.yml b/.gitea/workflows/pr-title-semantic.yml index 5f3e551..3991141 100644 --- a/.gitea/workflows/pr-title-semantic.yml +++ b/.gitea/workflows/pr-title-semantic.yml @@ -15,6 +15,6 @@ jobs: name: Validate PR Title runs-on: ubuntu-latest steps: - - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.3 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4 with: commit-message: ${{ gitea.event.pull_request.title }}