From f8c7b67548c8d58e0e3bef8e6713f9742c41ac3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:37:34 +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 be39146..3a3c6e2 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@2.0.0 + - uses: mdecoleman/pr-branch-name@v3.0.0 id: vars with: repo-token: ${{ secrets.GITHUB_TOKEN }}