From a7b2b6102e7b2cfe485d569c6937b2af5ed06e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:08:03 +0000 Subject: [PATCH] Bump benjefferies/branch-protection-bot from 1.0.8 to 1.0.9 Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/benjefferies/branch-protection-bot/releases) - [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.8...1.0.9) --- updated-dependencies: - dependency-name: benjefferies/branch-protection-bot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 998e2700f..d6c67c141 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -56,7 +56,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.8 + uses: benjefferies/branch-protection-bot@1.0.9 with: access_token: ${{ secrets.REPO_GHA_PAT }} branch: main @@ -67,7 +67,7 @@ jobs: author_email: noreply@enterprisedb.com message: 'Daily automatic update' - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@1.0.8 + uses: benjefferies/branch-protection-bot@1.0.9 if: ${{ always() && github.ref == 'refs/heads/main' }} with: access_token: ${{ secrets.REPO_GHA_PAT }}