From 8d8fb375ed8aa4c2f8fcb18ad52e9018b6c48b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:20:38 +0200 Subject: [PATCH] build(deps): bump benjefferies/branch-protection-bot from 1.0.7 to 1.0.8 (#97) Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/benjefferies/branch-protection-bot/releases) - [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.7...1.0.8) --- updated-dependencies: - dependency-name: benjefferies/branch-protection-bot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f3ff73532..477ed7ee8 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.7 + uses: benjefferies/branch-protection-bot@1.0.8 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.7 + uses: benjefferies/branch-protection-bot@1.0.8 if: ${{ always() && github.ref == 'refs/heads/main' }} with: access_token: ${{ secrets.REPO_GHA_PAT }}