Skip to content

Commit

Permalink
build(deps): bump benjefferies/branch-protection-bot from 1.0.8 to 1.…
Browse files Browse the repository at this point in the history
…0.9 (#114)

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](benjefferies/branch-protection-bot@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent aa24a12 commit 2d204f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].8
uses: benjefferies/[email protected].9
with:
access_token: ${{ secrets.REPO_GHA_PAT }}
branch: main
Expand All @@ -35,7 +35,7 @@ jobs:
dry_run: false
-
name: Enable "include administrators" branch protection
uses: benjefferies/[email protected].8
uses: benjefferies/[email protected].9
if: ${{ always() && github.ref == 'refs/heads/main' }}
with:
access_token: ${{ secrets.REPO_GHA_PAT }}
Expand Down

0 comments on commit 2d204f4

Please sign in to comment.