From 340e5a0441ba4014b463e78181ab6e30c5b17168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:41:56 -0800 Subject: [PATCH] Update actions/github-script action to v7 (#296) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- install-beachball/action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4dcd87f..2b92ee1b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: token: ${{ github.token }} - name: e2e - batch-runs result - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: ${{ steps.batchRuns.outputs.shouldCancel != 'no' }} with: script: | @@ -69,7 +69,7 @@ jobs: batch: true - name: e2e - should-release result - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const shouldRelease = '${{ steps.shouldRelease.outputs.shouldRelease }}'; diff --git a/install-beachball/action.yaml b/install-beachball/action.yaml index e09f8193..bd947c85 100644 --- a/install-beachball/action.yaml +++ b/install-beachball/action.yaml @@ -3,7 +3,7 @@ description: Globally installs the version of Beachball specified in the repo ro runs: using: composite steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | const beachballVersion = require('./package.json').devDependencies.beachball;