From 7656cedb4ac9d7552e04f75ee8e7b9d8a827268e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:24:14 +0000 Subject: [PATCH] github-actions: 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/semver.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semver.yaml b/.github/workflows/semver.yaml index cbc5d3f..2b337ae 100644 --- a/.github/workflows/semver.yaml +++ b/.github/workflows/semver.yaml @@ -98,7 +98,7 @@ jobs: # Obtain the PR and extract the semver labels. - id: extract_labels name: Extract labels - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -242,7 +242,7 @@ jobs: - id: calculate_semver name: Calculate semantic version - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -523,7 +523,7 @@ jobs: - id: create_release name: Create GitHub release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |