Skip to content

Commit

Permalink
build(deps): Bump benjefferies/branch-protection-bot from 1.0.7 to 1.…
Browse files Browse the repository at this point in the history
…0.8 (#33)

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](benjefferies/branch-protection-bot@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2023
1 parent 3fc3907 commit 9aa2a38
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 @@ -107,7 +107,7 @@ jobs:
name: Temporarily disable "include administrators" branch protection
if: ${{ always() && github.ref == 'refs/heads/main' && env.UPDATED == 'true' }}
id: disable_include_admins
uses: benjefferies/[email protected].7
uses: benjefferies/[email protected].8
with:
access_token: ${{ secrets.REPO_GHA_PAT }}
branch: main
Expand All @@ -131,7 +131,7 @@ jobs:
tag_prefix: 'v'
-
name: Enable "include administrators" branch protection
uses: benjefferies/[email protected].7
uses: benjefferies/[email protected].8
if: ${{ always() && github.ref == 'refs/heads/main' && env.UPDATED == 'true' }}
with:
access_token: ${{ secrets.REPO_GHA_PAT }}
Expand Down

0 comments on commit 9aa2a38

Please sign in to comment.