[workflows] Update actions/github-script action to v6 (#1413)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-14 14:01:36 +01:00 committed by GitHub
parent 926b96499a
commit 72d0df12fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ jobs:
path: ./pr_metadata/pr_number.txt
- name: "Get workflow job status"
uses: actions/github-script@v5
uses: actions/github-script@v6
id: get-workflow-jobs
with:
github-token: ${{ steps.generate-token.outputs.token }}