chore(deps): Bump benjefferies/branch-protection-bot from 1.0.9 to 1.1.2 (#79)

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-20 15:53:30 +01:00
committed by GitHub
parent bc9558e188
commit 62f0c47a6a

View File

@@ -41,7 +41,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
@@ -52,7 +52,7 @@ jobs:
author_email: noreply@cnpg.com
message: 'Daily automatic update'
- 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 }}