Skip to content

Commit 7682df7

Browse files
Bump actions/github-script from 3 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cffdb38 commit 7682df7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-storybook-on-demand.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Prepare the environment and let the requestor know we've accepted the command
3636
#
3737
- name: Acknowledge command
38-
uses: actions/github-script@v3
38+
uses: actions/github-script@v6
3939
with:
4040
script: |
4141
const owner = context.payload.organization.login;
@@ -123,7 +123,7 @@ jobs:
123123
#
124124
- name: Post success result
125125
if: success()
126-
uses: actions/github-script@v3
126+
uses: actions/github-script@v6
127127
with:
128128
script: |
129129
const owner = context.payload.organization.login;
@@ -154,7 +154,7 @@ jobs:
154154
#
155155
- name: Post failure information
156156
if: failure()
157-
uses: actions/github-script@v3
157+
uses: actions/github-script@v6
158158
with:
159159
script: |
160160
const owner = context.payload.organization.login;

0 commit comments

Comments
 (0)