Skip to content

Commit ac0cdda

Browse files
chore(deps): bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d487ca7 commit ac0cdda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-preview-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Get preview URL from Vercel comment
3030
id: preview-url
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v9
3232
with:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
script: |
@@ -54,7 +54,7 @@ jobs:
5454
echo "SUMMARY_FILE_PATH=$SUMMARY_FILE" >> "$GITHUB_ENV"
5555
5656
- name: Comment with changed docs
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v9
5858
with:
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
6060
script: |

0 commit comments

Comments
 (0)