diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 17a0ea9..c7f499a 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Check and clean incomplete releases - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const tags = await github.rest.repos.listTags({ @@ -76,7 +76,7 @@ jobs: - name: Trigger release workflow if: steps.tag_version.outputs.new_tag != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.repos.createDispatchEvent({ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69bc01a..6400ce6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Ensure CI succeeded for tag commit id: verify_ci - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: RELEASE_TAG: ${{ steps.tag.outputs.tag }} with: @@ -217,7 +217,7 @@ jobs: updateOnlyUnreleased: false - name: Trigger Changelog update - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.repos.createDispatchEvent({