diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5992050..271dff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: Update release notes from changelog - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');