diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index c08f68f5..40ef501c 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -92,7 +92,7 @@ jobs: - name: Comment on PR id: comment if: steps.commit.outputs.changes_made == 'true' && github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |