Skip to content

Commit 01b36a5

Browse files
chore(ci)(deps): bump actions/github-script from 7 to 8 (#506)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b1c6ed commit 01b36a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

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

115115
- name: Comment PR with preview URL
116116
if: github.event_name == 'pull_request'
117-
uses: actions/github-script@v7
117+
uses: actions/github-script@v8
118118
with:
119119
script: |
120120
const deploymentUrl = '${{ steps.deploy.outputs.deployment-url }}';

.github/workflows/performance-benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
175175
- name: Comment on PR (if applicable)
176176
if: github.event_name == 'pull_request' && always()
177-
uses: actions/github-script@v7
177+
uses: actions/github-script@v8
178178
with:
179179
script: |
180180
const fs = require('fs');

0 commit comments

Comments
 (0)