From bb8c43a024938b0e21e7cbdc014787c001376caf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:05:54 -0600 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#420) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 9aa87c520..180783aa0 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -29,7 +29,7 @@ jobs: - name: Fetch PR id: pr - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const response = await github.rest.repos.listPullRequestsAssociatedWithCommit({