diff --git a/.github/workflows/comment_trigger_example.yml b/.github/workflows/comment_trigger_example.yml index 41c10a9fec..9fe62c924a 100644 --- a/.github/workflows/comment_trigger_example.yml +++ b/.github/workflows/comment_trigger_example.yml @@ -41,7 +41,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} status: ${{ job.status }} - name: Add comment to PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: always() with: script: |