1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 10:49:41 +03:00

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](https://github.com/chrnorm/deployment-action/compare/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](https://github.com/chrnorm/deployment-status/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-11 14:16:23 -07:00 committed by GitHub
parent c43ad3c91e
commit a0e1443196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chrnorm/deployment-action@v2.0.5
- uses: chrnorm/deployment-action@v2.0.7
name: Create GitHub deployment for storybook
id: storybook
with:
@ -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'