From e9c7f333de34ddb6d9eec628d60a95181b98b9b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 30 Oct 2025 20:47:30 +0000 Subject: [PATCH] chore(deps): update https://git.tainton.uk/actions/conventional-commits-check-action action to v1.3.0 --- .gitea/workflows/conventional_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/conventional_commit.yml b/.gitea/workflows/conventional_commit.yml index fc3da85..a2ce159 100644 --- a/.gitea/workflows/conventional_commit.yml +++ b/.gitea/workflows/conventional_commit.yml @@ -11,6 +11,6 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0 with: commit-message: ${{ gitea.event.pull_request.title }}