From 3ebf5acf14d3f38128f6451e9b3640a0a87e9f37 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:15:56 +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.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 eaa3219..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@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 + - uses: amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}