From bcf7f3a78db692a78ac2a1a2fb16942de43022a2 Mon Sep 17 00:00:00 2001 From: Shaun Harrison Date: Wed, 6 Sep 2023 11:19:43 +0100 Subject: [PATCH] 983: Replace 1.0.7 with 1.0.9 for custom github action due to build failure --- .github/workflows/ui-release.yml | 4 ++-- .github/workflows/ui.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ui-release.yml b/.github/workflows/ui-release.yml index 8f34d99c1..68eabde52 100644 --- a/.github/workflows/ui-release.yml +++ b/.github/workflows/ui-release.yml @@ -115,7 +115,7 @@ jobs: git commit --allow-empty -m "Bumping Bank & Register UI version ${{ steps.version.outputs.BUILD_VERSION }}" - name: Temporarily disable "include administrators" protection id: disable_include_admins - uses: benjefferies/branch-protection-bot@1.0.7 + uses: benjefferies/branch-protection-bot@1.0.9 if: always() with: access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }} @@ -130,7 +130,7 @@ jobs: repository: "forgeCloud/ob-deploy" branch: master - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@1.0.7 + uses: benjefferies/branch-protection-bot@1.0.9 if: always() with: access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }} diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index cdf5cf459..ad2a6bfe8 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -120,7 +120,7 @@ jobs: git commit --allow-empty -m "Bumping Bank & Register UI version ${{ steps.version.outputs.BUILD_VERSION }}" - name: Temporarily disable "include administrators" protection id: disable_include_admins - uses: benjefferies/branch-protection-bot@1.0.7 + uses: benjefferies/branch-protection-bot@1.0.9 if: always() with: access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }} @@ -135,7 +135,7 @@ jobs: repository: "forgeCloud/ob-deploy" branch: master - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@1.0.7 + uses: benjefferies/branch-protection-bot@1.0.9 if: always() with: access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}