Skip to content

Commit 9edd686

Browse files
chore(deps): update actions/github-script action to v9
1 parent 264ddf0 commit 9edd686

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Comment PR with deployment URL
6868
if: github.event_name == 'pull_request'
69-
uses: actions/github-script@v8
69+
uses: actions/github-script@v9
7070
with:
7171
script: |
7272
github.rest.issues.createComment({

.github/workflows/release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
EOF
3838
- run: npm install html-escaper@2 xml2js
3939
- name: Update Plugin Changelog
40-
uses: actions/github-script@v8
40+
uses: actions/github-script@v9
4141
with:
4242
script: |
4343
const fs = require('fs');

0 commit comments

Comments
 (0)