From 8af866c11e7eebdfc9a9d6e0ef2b58771827f8c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:51:44 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb06ded..6f01612 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: result="${result//$'\r'/'%0D'}" echo "::set-output name=result::$result" - - uses: actions/github-script@0.9.0 + - uses: actions/github-script@v7.0.0 if: github.event_name == 'pull_request' with: github-token: ${{ secrets.GITHUB_TOKEN }}