From a526975f3938801c546e0903d360219494ee83a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:10:58 +0000 Subject: [PATCH] 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> --- .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 424d3699b6..d42cc0df44 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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({