From 12232db7da4e81699425cd55c06b9c4c80b8024b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:33:51 +0000 Subject: [PATCH] Update actions/github-script action to v6 (#9669) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index e4fcf88b35..57c0792b2f 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -43,7 +43,7 @@ jobs: - name: Get commit details id: commit if: github.event.workflow_run.event == 'pull_request' - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | const response = await github.rest.git.getCommit({