From 88de18f499ac204475fe248655f59710b1820bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:50:55 +0000 Subject: [PATCH] dependabot: bump mdecoleman/pr-branch-name from 1.2.0 to 2.0.0 Bumps [mdecoleman/pr-branch-name](https://github.com/mdecoleman/pr-branch-name) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/mdecoleman/pr-branch-name/releases) - [Commits](https://github.com/mdecoleman/pr-branch-name/compare/1.2.0...2.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 573c1552d..ce0b64154 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@v3 - - uses: mdecoleman/pr-branch-name@1.2.0 + - uses: mdecoleman/pr-branch-name@2.0.0 id: vars with: repo-token: ${{ secrets.GITHUB_TOKEN }}