From 5b028f3c862f5bd1c9eb385a9549c25c5d719f9a Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:03:20 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v6.1.0 | datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | github-tags | amannn/action-semantic-pull-request | v6.0.1 | v6.1.0 | --- .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 f52efe9..53b5065 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@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.0.1 + - uses: amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}