diff --git a/.github/workflows/generate-bindings.yml b/.github/workflows/generate-bindings.yml index 413f19e4..e15bcc7a 100644 --- a/.github/workflows/generate-bindings.yml +++ b/.github/workflows/generate-bindings.yml @@ -29,7 +29,7 @@ jobs: run: dotnet msbuild ./scripts/generate-bindings/GenerateBindings.proj -p:Version=${{ inputs.version }} -p:VersionTag=${{ inputs.commit_id }} /restore - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: bindings-update/${{ inputs.version }} draft: true