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({