diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 7eff52cc9f..483e8819f3 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -74,7 +74,7 @@ jobs: edit-mode: replace - name: Delete comment if needed if: always() && steps.fc.outputs.comment-id != '' && steps.ktlint-results.outputs.add_comment == 'false' - uses: actions/github-script@v3 + uses: actions/github-script@v5.1.0 with: script: | github.issues.deleteComment({