From 602c7832344e7c0b66fdc6978a0833bdc08d6fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 07:39:10 +0000 Subject: [PATCH] build(deps): bump actions/github-script from v3 to v4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] --- .github/workflows/generate-preview.yml | 4 ++-- .github/workflows/upload-to-staging.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-preview.yml b/.github/workflows/generate-preview.yml index c316b89f49..15bf6f3290 100644 --- a/.github/workflows/generate-preview.yml +++ b/.github/workflows/generate-preview.yml @@ -23,7 +23,7 @@ jobs: export_default_credentials: true - name: Remove create-preview label - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -51,7 +51,7 @@ jobs: run: gsutil -m rsync -R public gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/ - name: Comment on PR - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/upload-to-staging.yml b/.github/workflows/upload-to-staging.yml index 633699c564..51e6f06a09 100644 --- a/.github/workflows/upload-to-staging.yml +++ b/.github/workflows/upload-to-staging.yml @@ -41,7 +41,7 @@ jobs: run: gsutil -m rsync -R public gs://staging.nodejs.dev/${{ github.event.issue.number }}/ - name: Comment on PR - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |