Skip to content

Commit

Permalink
Bump benjefferies/branch-protection-bot from 1.0.9 to 1.1.2
Browse files Browse the repository at this point in the history
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](benjefferies/branch-protection-bot@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent f05d91b commit 606f0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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
Expand All @@ -58,7 +58,7 @@ jobs:
author_email: [email protected]
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 }}
Expand Down

0 comments on commit 606f0a1

Please sign in to comment.