From 1a519642418ea4f2154970aa334216958895848c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 08:50:01 +0200 Subject: [PATCH] Update bobheadxi/deployments action to v1.3.0 (#2145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 3b03c96a9..730837020 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -44,7 +44,7 @@ jobs: run: rm -r .next/cache - name: Mark GitHub deployment as started - uses: bobheadxi/deployments@v1.2.0 + uses: bobheadxi/deployments@v1.3.0 id: github-deployment with: step: start @@ -61,7 +61,7 @@ jobs: - name: Mark GitHub deployment as finished if: always() - uses: bobheadxi/deployments@v1.2.0 + uses: bobheadxi/deployments@v1.3.0 with: step: finish token: ${{ secrets.GITHUB_TOKEN }}