From da4707e99b0536aa2912cee3eb95f4c8e62203fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 04:58:51 +0000 Subject: [PATCH] Bump chrnorm/deployment-status from v1 to v1.0.0 Bumps [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) from v1 to v1.0.0. - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](https://github.com/chrnorm/deployment-status/compare/v1...598d987f3a8dec3817b995f810e6de7c06c92106) Signed-off-by: dependabot[bot] --- .github/workflows/deploy_preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 081e845d..b9907c42 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -34,7 +34,7 @@ jobs: - name: Update deployment status (success) if: success() - uses: chrnorm/deployment-status@v1 + uses: chrnorm/deployment-status@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} environment_url: ${{ steps.vercel-action.outputs.preview-url }} @@ -43,7 +43,7 @@ jobs: - name: Update deployment status (failure) if: failure() - uses: chrnorm/deployment-status@v1 + uses: chrnorm/deployment-status@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} state: "failure"