From 45354b61b1bde8a19b9d5927e44d9ecf096bc5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 14:45:18 +0000 Subject: [PATCH] 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](https://github.com/actions/github-script/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 7be0121ed9..342f28536e 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -18,7 +18,7 @@ jobs: - run: npm install unzipper@0.10 - name: Get pull request number - uses: actions/github-script@v5 + uses: actions/github-script@v6 id: pull-request-number with: result-encoding: string @@ -66,7 +66,7 @@ jobs: run: netlify deploy --dir=build/site --alias=deploy-preview-${{steps.pull-request-number.outputs.result}} - name: Add comment to pull request - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | const pullRequestNumber = parseInt(${{steps.pull-request-number.outputs.result}}, 10);