Skip to content

Commit a695de6

Browse files
Bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [chrnorm/deployment-action](https://github.com/chrnorm/deployment-action) and [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status). Updates `tj-actions/changed-files` from 47.0.1 to 47.0.5 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@e002140...22103cc) Updates `chrnorm/deployment-action` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/chrnorm/deployment-action/releases) - [Commits](chrnorm/deployment-action@v2.0.7...v2.0.8) Updates `chrnorm/deployment-status` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](chrnorm/deployment-status@v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chrnorm/deployment-action dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chrnorm/deployment-status dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83655c5 commit a695de6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/axe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- name: Get changed files
1717
id: changed-files
18-
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
18+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
1919
with:
2020
files: |
2121
docs/content/components/**/*.md

.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@v6
3434

35-
- uses: chrnorm/deployment-action@v2.0.7
35+
- uses: chrnorm/deployment-action@v2.0.8
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/deployment-status@v2.0.3
45+
uses: chrnorm/deployment-status@v2.0.4
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/deployment-status@v2.0.3
54+
uses: chrnorm/deployment-status@v2.0.4
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
state: 'failure'

0 commit comments

Comments
 (0)