diff --git a/.github/workflows/build-ui.yml b/.github/workflows/build-ui.yml index ecaf7cb..b738eda 100644 --- a/.github/workflows/build-ui.yml +++ b/.github/workflows/build-ui.yml @@ -48,7 +48,7 @@ jobs: - name: Create Pull Request if: github.event_name != 'pull_request' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'chore: update UI build outputs' title: 'Update UI build outputs'