From dea03bb39f269d41e06c1970933c90ef5857caf1 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 4 Feb 2025 20:03:51 +0000 Subject: [PATCH] chore(deps): update https://git.tainton.uk/actions/conventional-commits-check-action action to v1.2.3 --- .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 3730964..5f3e551 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.1.1 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.3 with: commit-message: ${{ gitea.event.pull_request.title }}