1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-25 15:02:02 +00:00
committed by GitHub
parent 59512f9808
commit 070c4763ec

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;