Skip to content

Commit

Permalink
Bump the all group with 2 updates (#2636)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent c43ad3c commit a0e1443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: chrnorm/[email protected].5
- uses: chrnorm/[email protected].7
name: Create GitHub deployment for storybook
id: storybook
with:
Expand All @@ -42,7 +42,7 @@ jobs:

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

- name: Update storybook deployment status (failure)
if: failure()
uses: chrnorm/[email protected].1
uses: chrnorm/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
state: 'failure'
Expand Down

0 comments on commit a0e1443

Please sign in to comment.