From 96baa68444a29893acce8fc4c2ecc69c353bcb13 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 1 Sep 2025 01:08:58 +0000 Subject: [PATCH] fix(deps): Update amannn/action-semantic-pull-request action to v6 --- .github/workflows/pr_title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index c44b736..8511fa9 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -14,7 +14,7 @@ jobs: steps: # Please look up the latest version from # https://github.com/amannn/action-semantic-pull-request/releases - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: