From b5f377172bff0f22213b4d57dc7c8167db55e0cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 20:55:39 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/comment_pr.yml | 4 ++-- .github/workflows/setup_repository.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comment_pr.yml b/.github/workflows/comment_pr.yml index a063d15..745c600 100644 --- a/.github/workflows/comment_pr.yml +++ b/.github/workflows/comment_pr.yml @@ -25,7 +25,7 @@ jobs: echo "GH context:" echo "$GITHUB_CONTEXT" - name: 'Download artifact' - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -51,7 +51,7 @@ jobs: cat ./comment - name: 'Comment on Current Pull Request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.COMMENT_BOT_TOKEN }} script: | diff --git a/.github/workflows/setup_repository.yml b/.github/workflows/setup_repository.yml index 93d6d28..041a0e4 100644 --- a/.github/workflows/setup_repository.yml +++ b/.github/workflows/setup_repository.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | console.log("Setting up the repository", context);