Skip to content

Commit 4723de7

Browse files
chore(gha): bump benjefferies/branch-protection-bot from 1.0.7 to 1.0.8 (#261)
1 parent 721779d commit 4723de7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-R.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "New version type: ${{ github.event.inputs.type }}"
1616
1717
- name: Branch Protection Bot - Temporarily disable "include administrators" branch protection
18-
uses: benjefferies/[email protected].7
18+
uses: benjefferies/[email protected].8
1919
if: always()
2020
with:
2121
access_token: ${{ secrets.GH_RELEASE_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
7575
git push && git push --tags
7676
7777
- name: Branch Protection Bot - Reenable "include administrators" branch protection
78-
uses: benjefferies/[email protected].7
78+
uses: benjefferies/[email protected].8
7979
if: always() # Force to always run this step to ensure "include administrators" is always turned back on
8080
with:
8181
access_token: ${{ secrets.GH_RELEASE_TOKEN }}

.github/workflows/release-bpmn_visualization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
echo "New version type: ${{ github.event.inputs.type }}"
1616
- name: Branch Protection Bot - Temporarily disable "include administrators" branch protection
17-
uses: benjefferies/[email protected].7
17+
uses: benjefferies/[email protected].8
1818
if: always()
1919
with:
2020
access_token: ${{ secrets.GH_RELEASE_TOKEN }}
@@ -43,7 +43,7 @@ jobs:
4343
run: git push && git push --tags
4444

4545
- name: Branch Protection Bot - Reenable "include administrators" branch protection
46-
uses: benjefferies/[email protected].7
46+
uses: benjefferies/[email protected].8
4747
if: always() # Force to always run this step to ensure "include administrators" is always turned back on
4848
with:
4949
access_token: ${{ secrets.GH_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)