From 2a45f4dfb4ee9095f598c7debdc935cb5babce91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:05:55 +0000 Subject: [PATCH] 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](https://github.com/actions/github-script/compare/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] --- .github/workflows/deploy-preview.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index ba506e2..5ffa263 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@v7 + uses: actions/github-script@v8 id: pull-request-number with: result-encoding: string @@ -66,7 +66,7 @@ jobs: run: netlify deploy --dir=dist --alias=deploy-preview-${{steps.pull-request-number.outputs.result}} - name: Add comment to pull request - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pullRequestNumber = parseInt(${{steps.pull-request-number.outputs.result}}, 10); @@ -96,7 +96,7 @@ jobs: } - name: Clean up artifact - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string script: |