Skip to content

Commit 0613339

Browse files
Bump the all group across 1 directory with 4 updates
Bumps the all group with 4 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [chrnorm/deployment-action](https://github.com/chrnorm/deployment-action), [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) and [actions/github-script](https://github.com/actions/github-script). 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) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- 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 - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8864f1 commit 0613339

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Output candidate version number
87-
uses: actions/github-script@v8
87+
uses: actions/github-script@v9
8888
with:
8989
script: |
9090
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)

.github/workflows/welcome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Get or Create Comment
28-
uses: actions/github-script@v8
28+
uses: actions/github-script@v9
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |
@@ -111,7 +111,7 @@ jobs:
111111
name: Semantic Version Label
112112
runs-on: ubuntu-latest
113113
steps:
114-
- uses: actions/github-script@v8
114+
- uses: actions/github-script@v9
115115
id: version-result
116116
with:
117117
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -124,7 +124,7 @@ jobs:
124124
return match[0][1]
125125
}
126126
127-
- uses: actions/github-script@v8
127+
- uses: actions/github-script@v9
128128
env:
129129
RELEASE: ${{ steps.version-result.outputs.result }}
130130
with:

0 commit comments

Comments
 (0)