diff --git a/.github/workflows/web-browserslist-updater.yml b/.github/workflows/web-browserslist-updater.yml index d8409bf4a..df51686e7 100644 --- a/.github/workflows/web-browserslist-updater.yml +++ b/.github/workflows/web-browserslist-updater.yml @@ -45,7 +45,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: npx update-browserslist-db@latest" diff --git a/.github/workflows/web-shadcn-updater.yml b/.github/workflows/web-shadcn-updater.yml index 6131a32bd..0ca30e5c0 100644 --- a/.github/workflows/web-shadcn-updater.yml +++ b/.github/workflows/web-shadcn-updater.yml @@ -56,7 +56,7 @@ jobs: - name: Create Pull Request if: steps.diff.outputs.updates == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update shadcn/ui components"