From 1933ccef8254b21b926ed0f86f18f69e6b56a95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:56:53 +0000 Subject: [PATCH] Bump mdecoleman/pr-branch-name from 2.0.0 to 3.0.0 Bumps [mdecoleman/pr-branch-name](https://github.com/mdecoleman/pr-branch-name) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/mdecoleman/pr-branch-name/releases) - [Commits](https://github.com/mdecoleman/pr-branch-name/compare/2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: mdecoleman/pr-branch-name dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-pull-request-description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pull-request-description.yml b/.github/workflows/update-pull-request-description.yml index 430de105c..ea1cb63ee 100644 --- a/.github/workflows/update-pull-request-description.yml +++ b/.github/workflows/update-pull-request-description.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Get Branch Name - uses: mdecoleman/pr-branch-name@2.0.0 + uses: mdecoleman/pr-branch-name@v3.0.0 id: branch_name with: repo-token: ${{ secrets.GITHUB_TOKEN }}