diff --git a/.github/workflows/pr-post-comment.yml b/.github/workflows/pr-post-comment.yml index 43accb595..6713976ee 100644 --- a/.github/workflows/pr-post-comment.yml +++ b/.github/workflows/pr-post-comment.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Comment on PR' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |