1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-20 20:42:03 +03:00

Update actions/github-script action to v6 (#9669)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-12-01 06:33:51 +00:00
committed by GitHub
parent 7acb59ed48
commit 12232db7da

View File

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