diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a482b929..a4f62d06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: - name: Create a release name id: release_name - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: NEXT_VERSION: ${{ steps.bumper.outputs.next }} INPUT_TITLE: ${{ github.event.inputs.title }} @@ -129,7 +129,7 @@ jobs: - name: Create a release id: gh_release - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: NEXT_VERSION: ${{ steps.bumper.outputs.next }} RELEASE_NAME: ${{ steps.release_name.outputs.value }}