diff --git a/.github/workflows/scheduled-update-client.yml b/.github/workflows/scheduled-update-client.yml index 22b0d78..c943491 100644 --- a/.github/workflows/scheduled-update-client.yml +++ b/.github/workflows/scheduled-update-client.yml @@ -15,7 +15,7 @@ jobs: - run: make fetch-openapi - run: make generate - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT }} commit-message: "feat: update client"