diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0866497..6b87f4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: - name: Comment PR if: github.event_name == 'pull_request' && failure() - uses: marocchino/sticky-pull-request-comment@v1.1.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: 'Please format your code with [black](https://black.readthedocs.io): `make black`.' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}