From f70ec3ab2bfa9b57afaea5e0b0378c4f794b38d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:17:36 +0000 Subject: [PATCH] Update actions/github-script action to v7 --- .github/workflows/dependency-auto-review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-auto-review.yaml b/.github/workflows/dependency-auto-review.yaml index 8a0eb52..f3dc716 100644 --- a/.github/workflows/dependency-auto-review.yaml +++ b/.github/workflows/dependency-auto-review.yaml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.user.login == 'renovate[bot]' steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: |- github.rest.pulls.createReview({