From b976bfc11331dd9cbb56bccf99c47e9ffb55f486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:45:46 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.1 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fresh-to-vercel-pr-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fresh-to-vercel-pr-deployment.yml b/.github/workflows/fresh-to-vercel-pr-deployment.yml index 90c5d522..60f0ebc3 100644 --- a/.github/workflows/fresh-to-vercel-pr-deployment.yml +++ b/.github/workflows/fresh-to-vercel-pr-deployment.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Download hugo build - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.1 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -36,7 +36,7 @@ jobs: - run: unzip hugo-output.zip -d hugo-output - name: Download alias-domain - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.1 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({