From 19b745ec2d24f2b4ef376fa10d7089122906af10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:19:41 +0000 Subject: [PATCH] Update bobheadxi/deployments action to v1 --- .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 b28094795..ac2fea24c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: steps: - name: Start deployment - uses: bobheadxi/deployments@v0.5.2 + uses: bobheadxi/deployments@v1.5.0 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.5.2 + uses: bobheadxi/deployments@v1.5.0 if: always() with: step: finish