Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1648d2e

Browse files
dependabot[bot]nschonni
authored andcommitted
build(deps): bump actions/github-script from 5 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 661f97a commit 1648d2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
export_default_credentials: true
2929

3030
- name: Remove create-preview label
31-
uses: actions/github-script@v5
31+
uses: actions/github-script@v6
3232
with:
3333
github-token: ${{secrets.GITHUB_TOKEN}}
3434
script: |
@@ -56,7 +56,7 @@ jobs:
5656
run: gsutil -m rsync -R public gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/
5757

5858
- name: Comment on PR
59-
uses: actions/github-script@v5
59+
uses: actions/github-script@v6
6060
with:
6161
github-token: ${{secrets.GITHUB_TOKEN}}
6262
script: |

0 commit comments

Comments
 (0)