From aad346a0e774fec806b397786a97f3b7116a3426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:37:54 +0100 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#2411) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-post-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-post-comment.yml b/.github/workflows/pr-post-comment.yml index 43accb595..6713976ee 100644 --- a/.github/workflows/pr-post-comment.yml +++ b/.github/workflows/pr-post-comment.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Comment on PR' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |