From b698c23f47dcb2d721a64dadacccb67b4af2d1f7 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Mon, 11 Dec 2023 21:51:22 +0100 Subject: [PATCH] Revert "ci: bump actions/github-script from 6 to 7 (#5966)" This reverts commit ded95868f6d5eca5773f12d4be58a71f0a3684f6. --- .github/workflows/nightly_pr_comment.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_pr_comment.yml b/.github/workflows/nightly_pr_comment.yml index 2d0fa598b..f59a6be1f 100644 --- a/.github/workflows/nightly_pr_comment.yml +++ b/.github/workflows/nightly_pr_comment.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v6 with: script: | const {owner, repo} = context.repo; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e4addb6e..7a4b13d7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: shell: bash - name: Create tag - uses: actions/github-script@v7 + uses: actions/github-script@v6 with: script: | github.rest.git.createRef({