From bd103ffa223cdf8e9506f2528adfde1da9d16a6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:42:21 +0200 Subject: [PATCH] Update bobheadxi/deployments action to v0.5.2 (#2436) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d67a32f..b28094795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: steps: - name: Start deployment - uses: bobheadxi/deployments@v0.4.3 + uses: bobheadxi/deployments@v0.5.2 id: deployment with: step: start @@ -133,7 +133,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - name: Update deployment status - uses: bobheadxi/deployments@v0.4.3 + uses: bobheadxi/deployments@v0.5.2 if: always() with: step: finish