diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index a837237372ea..7f9603a7536b 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -10,7 +10,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v6 with: script: | const { owner, repo } = context.repo;