From 9135c5e37c10f412976740e94d4448b9cb053093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:43:09 +0000 Subject: [PATCH] chore(deps): bump chrnorm/deployment-status from 2.0.3 to 2.0.4 Bumps [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](https://github.com/chrnorm/deployment-status/compare/9a72af4586197112e0491ea843682b5dc280d806...6df8d036fd2fee9eb82936733953da1f8382b41e) --- updated-dependencies: - dependency-name: chrnorm/deployment-status dependency-version: 2.0.4 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 8edd5e08977..f5a1c50f2a1 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -83,7 +83,7 @@ jobs: environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}storybook' - name: Update storybook deployment status (success) if: success() - uses: chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806 + uses: chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e with: token: ${{ secrets.GITHUB_TOKEN }} environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}storybook' @@ -91,7 +91,7 @@ jobs: deployment-id: ${{ steps.storybook.outputs.deployment_id }} - name: Update storybook deployment status (failure) if: failure() - uses: chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806 + uses: chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e with: token: ${{ secrets.GITHUB_TOKEN }} state: 'failure'