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 }}