diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0787ec7..363ade8b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: token: ${{ github.token }} - name: e2e - batch-runs result - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 if: ${{ steps.batchRuns.outputs.shouldCancel != 'no' }} with: script: | @@ -70,7 +70,7 @@ jobs: batch: true - name: e2e - should-release result - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const shouldRelease = '${{ steps.shouldRelease.outputs.shouldRelease }}'; diff --git a/install-beachball/action.yaml b/install-beachball/action.yaml index ff221de5..0d835f19 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const beachballVersion = require('./package.json').devDependencies.beachball;