Skip to content

Commit 3510af7

Browse files
chore(deps): update actions/github-script action to v8 (#4200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2120514 commit 3510af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "docs_url=${docs_url}" >> $GITHUB_OUTPUT
106106
echo "Deployed to: ${docs_url}"
107107
- name: Post Previews Comment
108-
uses: actions/github-script@v7
108+
uses: actions/github-script@v8
109109
with:
110110
script: |
111111
const { buildPreviewURLComment } = await import('${{ github.workspace }}/.github/scripts/build-preview-urls-comment.js');

0 commit comments

Comments
 (0)