diff --git a/.github/workflows/autopep8.yml b/.github/workflows/autopep8.yml index 7253cd3b0..b9e8f8f24 100644 --- a/.github/workflows/autopep8.yml +++ b/.github/workflows/autopep8.yml @@ -12,7 +12,7 @@ jobs: with: args: --recursive --in-place --aggressive --aggressive . - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: commit-message: "ci: autopep8 action fixes" title: Fixes by autopep8 action