diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 444de04..7719369 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -121,7 +121,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create PR for version update - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const version = '${{ steps.version.outputs.version }}'; @@ -178,7 +178,7 @@ jobs: console.log(`Created PR #${pr.number}: ${pr.html_url}`); - name: Update release with NPM info - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: release } = await github.rest.repos.getRelease({