Skip to content

Commit a0e1443

Browse files
Bump the all group with 2 updates (#2636)
Bumps the all group with 2 updates: [chrnorm/deployment-action](https://github.com/chrnorm/deployment-action) and [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status). Updates `chrnorm/deployment-action` from 2.0.5 to 2.0.7 - [Release notes](https://github.com/chrnorm/deployment-action/releases) - [Commits](chrnorm/deployment-action@v2.0.5...v2.0.7) Updates `chrnorm/deployment-status` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](chrnorm/deployment-status@v2.0.1...v2.0.3) --- updated-dependencies: - dependency-name: chrnorm/deployment-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chrnorm/deployment-status dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c43ad3c commit a0e1443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434

35-
- uses: chrnorm/[email protected].5
35+
- uses: chrnorm/[email protected].7
3636
name: Create GitHub deployment for storybook
3737
id: storybook
3838
with:
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Update storybook deployment status (success)
4444
if: success()
45-
uses: chrnorm/[email protected].1
45+
uses: chrnorm/[email protected].3
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook'
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Update storybook deployment status (failure)
5353
if: failure()
54-
uses: chrnorm/[email protected].1
54+
uses: chrnorm/[email protected].3
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
state: 'failure'

0 commit comments

Comments
 (0)