diff --git a/.github/workflows/flaky-test-detector.yml b/.github/workflows/flaky-test-detector.yml index de2120fc7..49ec108df 100644 --- a/.github/workflows/flaky-test-detector.yml +++ b/.github/workflows/flaky-test-detector.yml @@ -72,7 +72,7 @@ jobs: - name: Post PR comment if: hashFiles('pr-comment.md') != '' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');