From f66b6d5b657f05a0da1f746151edb61d780c5fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 07:51:38 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-comment.yml | 2 +- .github/workflows/autocomment-issue-close.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index ba051df..19f9ed2 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Add Comment - uses: actions/github-script@v4 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/autocomment-issue-close.yml b/.github/workflows/autocomment-issue-close.yml index 70b9e33..97c65f3 100644 --- a/.github/workflows/autocomment-issue-close.yml +++ b/.github/workflows/autocomment-issue-close.yml @@ -11,7 +11,7 @@ jobs: issues: write steps: - name: Greet User - uses: actions/github-script@v5 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |