diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index b6ba381..6e87209 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -44,7 +44,7 @@ jobs: - name: 📤 PR code format changes if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PR_TOKEN }} commit-message: "chore: Autoformat code" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e625f8d..4ff13a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: 📤 PR changes if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PR_TOKEN }} commit-message: "chore: Build Models"