Skip to content

Commit 8047642

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
commit_message: 'Deploy docs preview for PR #${{ github.event.number }}'
7676

7777
- name: 💬 Comment on PR with preview link
78-
uses: actions/github-script@v7
78+
uses: actions/github-script@v8
7979
with:
8080
script: |
8181
const prNumber = context.payload.pull_request.number;
@@ -148,7 +148,7 @@ jobs:
148148
fi
149149
150150
- name: 💬 Update PR comment
151-
uses: actions/github-script@v7
151+
uses: actions/github-script@v8
152152
with:
153153
script: |
154154
const prNumber = context.payload.pull_request.number;

0 commit comments

Comments
 (0)