diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 41f88cd..87f1b41 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Create Pull Request if: steps.action_black.outputs.is_formatted == 'true' - uses: peter-evans/create-pull-request@v4.2.0 + uses: peter-evans/create-pull-request@v4.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} title: "Format Python code with psf/black push"