Skip to content

Commit c652776

Browse files
ci(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 a78da00 commit c652776

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Get PR details
2727
id: pr
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
with:
3030
script: |
3131
let pr;
@@ -154,7 +154,7 @@ jobs:
154154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155155

156156
- name: Comment on PR
157-
uses: actions/github-script@v7
157+
uses: actions/github-script@v8
158158
with:
159159
script: |
160160
const releaseUrl = '${{ steps.create_release.outputs.url }}';
@@ -198,7 +198,7 @@ jobs:
198198
199199
- name: Add preview-released label
200200
if: success()
201-
uses: actions/github-script@v7
201+
uses: actions/github-script@v8
202202
with:
203203
script: |
204204
await github.rest.issues.addLabels({

0 commit comments

Comments
 (0)