diff --git a/.github/workflows/release-bumpp-library.yml b/.github/workflows/release-bumpp-library.yml index ccb5cf3..d624706 100644 --- a/.github/workflows/release-bumpp-library.yml +++ b/.github/workflows/release-bumpp-library.yml @@ -117,7 +117,7 @@ jobs: run: pnpm build - name: Create tag - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RELEASE_SHA: ${{ github.event.pull_request.merge_commit_sha }} RELEASE_TAG: ${{ steps.release.outputs.tag }}