From f1c8703c1bc9a456a5b488829c3a0d18dcb4456a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:03:49 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 3 to 5.1.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 5.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v5.1.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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..200e40dac7 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@v5.1.0 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@v5.1.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/upload-to-staging.yml b/.github/workflows/upload-to-staging.yml index 2ac3fc6a6b..28a7028fc7 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@v5.1.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |