Skip to content

Commit e27ab32

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4040
- name: Comment with deploy link
4141
if: github.event_name == 'pull_request'
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: |
4545
const deploymentUrl = process.env.DEPLOYMENT_URL;

0 commit comments

Comments
 (0)