From 2e2fe52b664d3253482e97ecd85f6373b093d549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:46:09 +0000 Subject: [PATCH] Bump chrnorm/deployment-status from 2.0.1 to 2.0.3 Bumps [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](https://github.com/chrnorm/deployment-status/compare/v2.0.1...v2.0.3) --- updated-dependencies: - dependency-name: chrnorm/deployment-status dependency-type: direct:production update-type: version-update:semver-patch ... 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 1ff3191196..933a2734ad 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -42,7 +42,7 @@ jobs: - name: Update storybook deployment status (success) if: success() - uses: chrnorm/deployment-status@v2.0.1 + uses: chrnorm/deployment-status@v2.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook' @@ -51,7 +51,7 @@ jobs: - name: Update storybook deployment status (failure) if: failure() - uses: chrnorm/deployment-status@v2.0.1 + uses: chrnorm/deployment-status@v2.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} state: 'failure'