Update actions/github-script action to v7 (#12691)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/28217/head
renovate[bot] 2024-06-25 15:02:02 +00:00 committed by GitHub
parent 59512f9808
commit 070c4763ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
name: Check PR base branch
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v7
with:
script: |
const baseBranch = context.payload.pull_request.base.ref;