diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 6142caf2..d3444ca2 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -55,7 +55,7 @@ jobs: - name: Start deployment if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 id: deployment with: step: start @@ -79,7 +79,7 @@ jobs: - name: Update deployment status if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 with: step: finish token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 1fd295f5..f4f6c2f3 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -70,7 +70,7 @@ jobs: echo "MAJOR_VERSION=${RELEASE_VERSION%%.*}" >> "${GITHUB_ENV}" - name: Start deployment - uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 id: deployment with: step: start @@ -94,7 +94,7 @@ jobs: ${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.images.container-image-id-prefix }}${{ env.RELEASE_VERSION }} - name: Update deployment status - uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 if: always() with: step: finish diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index e20c1454..7ecafe12 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Start deployment - uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 id: deployment with: step: start @@ -81,7 +81,7 @@ jobs: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images.tag }}:latest - name: Update deployment status - uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 if: always() with: step: finish