diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12c89333cf..3e320f7661 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -137,7 +137,7 @@ jobs: continue-after-seconds: 180 - name: Start ${{ github.event.inputs.environment }} Deployment - uses: bobheadxi/deployments@v0.5.2 + uses: bobheadxi/deployments@v0.6.0 id: deployment with: step: start @@ -164,7 +164,7 @@ jobs: - name: Update ${{ github.event.inputs.environment }} status if: always() - uses: bobheadxi/deployments@v0.5.2 + uses: bobheadxi/deployments@v0.6.0 with: step: finish token: ${{ secrets.GITHUB_TOKEN }}