diff --git a/.github/workflows/correct-formatting.yml b/.github/workflows/correct-formatting.yml index b9efb39f..4cbd129b 100644 --- a/.github/workflows/correct-formatting.yml +++ b/.github/workflows/correct-formatting.yml @@ -25,7 +25,7 @@ jobs: - name: Format sources run: npm run format - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.0.1 with: branch: re-format title: Re-format sources