diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index ab24d89f..825f5e02 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -231,7 +231,7 @@ jobs: ######################### - name: Start deployment if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@v1.1.0 + uses: bobheadxi/deployments@v1.2.0 id: deployment with: step: start @@ -308,7 +308,7 @@ jobs: ######################### - name: Update deployment status if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@v1.1.0 + uses: bobheadxi/deployments@v1.2.0 with: step: finish token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 4c35bc7f..38bf3bb3 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -110,7 +110,7 @@ jobs: # Update deployment API # ######################### - name: Start deployment - uses: bobheadxi/deployments@v1.1.0 + uses: bobheadxi/deployments@v1.2.0 id: deployment with: step: start @@ -144,7 +144,7 @@ jobs: # Update Deployment API # ######################### - name: Update deployment status - uses: bobheadxi/deployments@v1.1.0 + uses: bobheadxi/deployments@v1.2.0 if: always() with: step: finish