From 9b68cec5c92ab5e5fdc073a157462c94ee2a7180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:12:57 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v6 --- .github/workflows/semantic-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pull-request.yaml b/.github/workflows/semantic-pull-request.yaml index 588b393..aacbcdf 100644 --- a/.github/workflows/semantic-pull-request.yaml +++ b/.github/workflows/semantic-pull-request.yaml @@ -13,7 +13,7 @@ jobs: name: semantic-pull-request runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 + - uses: amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.0.1 name: Validate PR title env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}