From 3dc6c257e3e41b3f90effbc4e4264f7e87eec59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:20:23 +0000 Subject: [PATCH] build(deps): bump benjefferies/branch-protection-bot from 1.0.9 to 1.1.2 Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot) from 1.0.9 to 1.1.2. - [Release notes](https://github.com/benjefferies/branch-protection-bot/releases) - [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.9...v1.1.2) --- updated-dependencies: - dependency-name: benjefferies/branch-protection-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 236ccee..880cbdc 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -20,7 +20,7 @@ jobs: name: Temporarily disable "include administrators" branch protection if: ${{ always() && github.ref == 'refs/heads/main' }} id: disable_include_admins - uses: benjefferies/branch-protection-bot@1.0.9 + uses: benjefferies/branch-protection-bot@v1.1.2 with: access_token: ${{ secrets.REPO_GHA_PAT }} branch: main @@ -35,7 +35,7 @@ jobs: dry_run: false - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@1.0.9 + uses: benjefferies/branch-protection-bot@v1.1.2 if: ${{ always() && github.ref == 'refs/heads/main' }} with: access_token: ${{ secrets.REPO_GHA_PAT }}