From 19fe9a93af5e74553c0390357f7596d62a9693fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:16:52 +0000 Subject: [PATCH] dependabot: 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/feature-based-delete.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-based-delete.yml b/.github/workflows/feature-based-delete.yml index c162d7562..4a8e0151a 100644 --- a/.github/workflows/feature-based-delete.yml +++ b/.github/workflows/feature-based-delete.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout main uses: actions/checkout@v4 - - uses: mdecoleman/pr-branch-name@2.0.0 + - uses: mdecoleman/pr-branch-name@v3.0.0 id: vars with: repo-token: ${{ secrets.GITHUB_TOKEN }}