From 61b16e9f7d1e46edfccccd3e8057c1971a0613ae Mon Sep 17 00:00:00 2001 From: Daniel Jimenez Date: Wed, 8 Jul 2026 14:29:49 +1200 Subject: [PATCH] fix: Update verify-pr-title action version --- .github/workflows/verify-pr-title.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-pr-title.yaml b/.github/workflows/verify-pr-title.yaml index c498d77..4d50341 100644 --- a/.github/workflows/verify-pr-title.yaml +++ b/.github/workflows/verify-pr-title.yaml @@ -18,6 +18,6 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}