diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index ae90344..d34a3f4 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -424,7 +424,7 @@ jobs: echo "🔗 [View detailed results](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})" >> $GITHUB_STEP_SUMMARY - name: Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' with: github-token: ${{ secrets.GITHUB_TOKEN }}