diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 61903190..bf20a3d6 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -93,7 +93,7 @@ jobs: - name: Delete comment on success if: github.event_name == 'pull_request' && steps.schema-check.outputs.has_drift == 'false' && steps.find-comment.outputs.comment-id != '' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.issues.deleteComment({