From 519232e81c41efe0d0a6779b46dbc5a5174ed6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 03:21:25 +0000 Subject: [PATCH] ci(deps): bump amannn/action-semantic-pull-request Bumps the minor-version-bumps group with 1 update: [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request). Updates `amannn/action-semantic-pull-request` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-version-bumps ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 2d8ed1c102..96025afd8c 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -25,6 +25,6 @@ jobs: runs-on: ubuntu-latest steps: - name: "Check Semantic Pull Request" - uses: amannn/action-semantic-pull-request@v6.0.1 + uses: amannn/action-semantic-pull-request@v6.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}