From d54ce76b3c08c98339753f963419c4afdc1194db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:33:20 +0000 Subject: [PATCH] dev: bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-triage.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index a07d659..5070fd6 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add "needs/triage" label - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6dd1aef..51f4c25 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: id: date run: echo "value=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Generate CHANGELOG reference - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: changelog_reference with: result-encoding: string