diff --git a/.github/workflows/update-spec.yml b/.github/workflows/update-spec.yml index eaa4023..088197f 100644 --- a/.github/workflows/update-spec.yml +++ b/.github/workflows/update-spec.yml @@ -27,7 +27,7 @@ jobs: mv ./src/openapi.yaml . rm -rf ./src - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update API spec