Skip to content

Commit

Permalink
Update actions/github-script action to v7 (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 0026fed commit 340e5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 }}';
Expand Down
2 changes: 1 addition & 1 deletion install-beachball/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 340e5a0

Please sign in to comment.