Skip to content

Commit e551b38

Browse files
ci: bump actions/github-script from 7.1.0 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70dde10 commit e551b38

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- name: Check if build is allowed
5959
id: check
60-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
60+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6161
with:
6262
script: |
6363
let allowed = false;
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- name: Get PR details
170170
id: pr
171-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
171+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
172172
with:
173173
script: |
174174
let prNumber = '${{ needs.check-permission.outputs.pr_number }}';
@@ -383,7 +383,7 @@ jobs:
383383
EOF
384384
385385
- name: Comment on PR
386-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
386+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
387387
with:
388388
script: |
389389
const fs = require('fs');

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
git push origin gh-pages
161161
162162
- name: Comment PR with preview URL
163-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
163+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
164164
with:
165165
script: |
166166
const prNumber = context.payload.pull_request.number;
@@ -233,7 +233,7 @@ jobs:
233233
fi
234234
235235
- name: Update PR comment
236-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
236+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
237237
with:
238238
script: |
239239
const prNumber = context.payload.pull_request.number;

0 commit comments

Comments
 (0)