diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index bc01717..8b51866 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -15,7 +15,7 @@ jobs: - name: Run black run: black . - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.0.1 with: commit-message: Automated code formatting title: Format code.