From 1406ac1364a401d1dcf649c7e9ca5d6cac9c36e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:13:10 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#48) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/frontend-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-pipeline.yml b/.github/workflows/frontend-pipeline.yml index a54693b9..2b97bb43 100644 --- a/.github/workflows/frontend-pipeline.yml +++ b/.github/workflows/frontend-pipeline.yml @@ -168,7 +168,7 @@ jobs: yarn netlify deploy --dir=packages/app/dist --json | jq .deploy_url > output.log echo "::set-output name=draft-url::$(cat output.log)" - name: Report - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: DRAFT_URL: ${{ steps.preview-deploy.outputs.draft-url }} with: