From 16aaff5591f2eb957cbee35981094812c3f3a4c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:50:28 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/pkg.pr.new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index 3f915f1..a682228 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -18,7 +18,7 @@ jobs: - name: Build run: npm run build - run: npx pkg-pr-new publish --json output.json --comment=off - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |