From 265d22dccee1425d28058a00e60de64edeba373e Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:20:19 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v6.1.1 | datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | github-tags | amannn/action-semantic-pull-request | v6.1.0 | v6.1.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 53b50652..26a1685a 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@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0 + - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}