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;