From 205e4bf3e45a9abc5a6f734423cd4dd9fafd1938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 01:06:26 +0200 Subject: [PATCH] chore(deps): update actions/github-script action to v4 (#13344) Co-authored-by: Renovate Bot --- .github/workflows/update-parser-tests.yml | 2 +- .github/workflows/update-windows-fixtures.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-parser-tests.yml b/.github/workflows/update-parser-tests.yml index 7017b7e2de..53fa9f2b9f 100644 --- a/.github/workflows/update-parser-tests.yml +++ b/.github/workflows/update-parser-tests.yml @@ -51,7 +51,7 @@ jobs: git commit -am "chore: update test262 to ${{ steps.test262.outputs.sha1 }}" git push --force origin update-test262-parser - name: Create Pull Request - uses: actions/github-script@v3 + uses: actions/github-script@v4 with: github-token: ${{ secrets.BOT_TOKEN }} script: | diff --git a/.github/workflows/update-windows-fixtures.yml b/.github/workflows/update-windows-fixtures.yml index db71c8ec98..7ab525831b 100644 --- a/.github/workflows/update-windows-fixtures.yml +++ b/.github/workflows/update-windows-fixtures.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Get Pull Request branch - uses: actions/github-script@v3 + uses: actions/github-script@v4 id: pr-meta with: github-token: ${{ secrets.GITHUB_TOKEN }}