From 7a641658c5ef0d2319012e9c16523ffce851278c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:00:39 +0000 Subject: [PATCH] chore: update bobheadxi/deployments digest to 648679e --- .github/workflows/DEPLOY_PLAYGROUND_PREVIEW.yml | 4 ++-- .github/workflows/TEARDOWN_PLAYGROUND_PREVIEW.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/DEPLOY_PLAYGROUND_PREVIEW.yml b/.github/workflows/DEPLOY_PLAYGROUND_PREVIEW.yml index 88f52211e..3ae8b48cb 100644 --- a/.github/workflows/DEPLOY_PLAYGROUND_PREVIEW.yml +++ b/.github/workflows/DEPLOY_PLAYGROUND_PREVIEW.yml @@ -29,7 +29,7 @@ jobs: new_branch_name: ${{ env.PREVIEW_BRANCH_NAME }} access_token: ${{ secrets.ADD_TO_HTO_PROJECT_PAT }} - name: Create GitHub deployment - uses: bobheadxi/deployments@8a87bc300d207ce86142a8080e9b8fabec463494 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 id: deployment with: step: start @@ -45,7 +45,7 @@ jobs: # `always()` ensures that the deployment status # is updated regardless of previous steps failing. if: always() - uses: bobheadxi/deployments@8a87bc300d207ce86142a8080e9b8fabec463494 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 with: step: finish token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/TEARDOWN_PLAYGROUND_PREVIEW.yml b/.github/workflows/TEARDOWN_PLAYGROUND_PREVIEW.yml index fe8aa7605..1bfe53cee 100644 --- a/.github/workflows/TEARDOWN_PLAYGROUND_PREVIEW.yml +++ b/.github/workflows/TEARDOWN_PLAYGROUND_PREVIEW.yml @@ -27,7 +27,7 @@ jobs: owner: camunda repository: form-playground branches: ${{ env.PREVIEW_BRANCH_NAME }} - - uses: bobheadxi/deployments@8a87bc300d207ce86142a8080e9b8fabec463494 + - uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 if: always() name: Deactivate GitHub Deployment environment with: