From 87d1b48cb8394bd9e2df70158e130fc248656f24 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:03:45 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v6 | datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | github-tags | amannn/action-semantic-pull-request | v5.5.3 | v6.0.1 | --- .github/workflows/semantic-prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-prs.yaml b/.github/workflows/semantic-prs.yaml index eaa3219..f52efe9 100644 --- a/.github/workflows/semantic-prs.yaml +++ b/.github/workflows/semantic-prs.yaml @@ -18,6 +18,6 @@ jobs: name: Validate PR title 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 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}