diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16e7ae..893baf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - name: Set a release name id: release_name - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var retval = '${{ steps.bump.outputs.version }}' @@ -91,7 +91,7 @@ jobs: - name: Create a release if: github.event.inputs.dry-run != 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const repo_name = context.payload.repository.full_name @@ -139,7 +139,7 @@ jobs: - name: Dispatch release event if: github.repository == 'TomerFi/version-bumper' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.ACTION_REPO_PAT }} script: |