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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot] 2023-11-15 23:10:58 +00:00 committed by GitHub
parent 282e0da0a9
commit a526975f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ jobs:
- name: Get commit details
id: commit
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_group'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const response = await github.rest.git.getCommit({