From 5d06d9bd2ebef1b18a4a1f72b6284f741da756ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:55:25 +0000 Subject: [PATCH] build(deps): bump actions/github-script Bumps the all-actions-dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 6 +++--- action.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 811e217..33fdcd6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: with: version: 4.0.0 - name: Test version matches - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const assert = require('node:assert/strict'); @@ -46,7 +46,7 @@ jobs: with: extra-requirements: ${{ matrix.extra_requirements.pip_name }} - name: Test extra requirements were installed - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: EXTRA_REQUIREMENTS: ${{ matrix.extra_requirements.cz_name }} with: @@ -70,7 +70,7 @@ jobs: run: | cz changelog --dry-run "${GIVEN_VERSION}" > .changelog.md - name: Verify changelog content - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const assert = require('node:assert/strict'); diff --git a/action.yaml b/action.yaml index 9a57b9f..c49abeb 100644 --- a/action.yaml +++ b/action.yaml @@ -41,7 +41,7 @@ runs: git config --global user.name "${{ inputs.git-user-name }}" git config --global user.email "${{ inputs.git-user-email }}" - id: set-vars - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: COMMITIZEN_VERSION: ${{ inputs.version }} CACHE: ${{ inputs.cache }}