diff --git a/.github/workflows/deploy-Production.yml b/.github/workflows/deploy-Production.yml index cd4617aa..fbfd059b 100644 --- a/.github/workflows/deploy-Production.yml +++ b/.github/workflows/deploy-Production.yml @@ -230,7 +230,7 @@ jobs: ######################### - name: Start deployment if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@v0.6.1 + uses: bobheadxi/deployments@v0.6.2 id: deployment with: step: start @@ -307,7 +307,7 @@ jobs: ######################### - name: Update deployment status if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@v0.6.1 + uses: bobheadxi/deployments@v0.6.2 with: step: finish token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-Release.yml b/.github/workflows/deploy-Release.yml index 2b3b1b68..3c77627d 100644 --- a/.github/workflows/deploy-Release.yml +++ b/.github/workflows/deploy-Release.yml @@ -102,7 +102,7 @@ jobs: # Update deployment API # ######################### - name: Start deployment - uses: bobheadxi/deployments@v0.6.1 + uses: bobheadxi/deployments@v0.6.2 id: deployment with: step: start