diff --git a/.github/workflows/correct-formatting.yml b/.github/workflows/correct-formatting.yml index 2c638621..1ccaa916 100644 --- a/.github/workflows/correct-formatting.yml +++ b/.github/workflows/correct-formatting.yml @@ -24,7 +24,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 with: branch: re-format title: Re-format sources