diff --git a/.github/workflows/check-release-notes.yml b/.github/workflows/check-release-notes.yml index 0f3924ad..29ff11b5 100644 --- a/.github/workflows/check-release-notes.yml +++ b/.github/workflows/check-release-notes.yml @@ -86,7 +86,7 @@ jobs: - name: Resolve comment if: ${{ env.MISSING_CHANGELOG_ENTRY == '0' && steps.fc.outputs.comment-id != '' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | query = `mutation minimizeComment { @@ -104,7 +104,7 @@ jobs: - name: Unresolve comment if: ${{ env.MISSING_CHANGELOG_ENTRY == '1' && steps.fc.outputs.comment-id != '' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | query = `mutation unminimizeComment {