From 5d999792a9aeb451dd2dbc8c43d66e4bcdc91c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:53:23 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/pkg.pr.new-comment.yml | 2 +- .github/workflows/pkg.pr.new.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg.pr.new-comment.yml b/.github/workflows/pkg.pr.new-comment.yml index 15ff5794..4cef6861 100644 --- a/.github/workflows/pkg.pr.new-comment.yml +++ b/.github/workflows/pkg.pr.new-comment.yml @@ -25,7 +25,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} - run: ls -R . - name: Post or update comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index c412e2d2..785fe512 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -21,7 +21,7 @@ jobs: run: pnpm run build - run: pnpx pkg-pr-new publish --compact --json output.json --comment=off - name: Add metadata to output - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |