diff --git a/.github/workflows/run_autogen.yml b/.github/workflows/run_autogen.yml index 04b9655..ce9e60b 100644 --- a/.github/workflows/run_autogen.yml +++ b/.github/workflows/run_autogen.yml @@ -51,7 +51,7 @@ jobs: run: echo "::set-output name=git-diff::$(git diff --quiet HEAD~0 || echo true)" - name: pull-request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: ${{ steps.git-diff.outputs.git-diff == 'true' }} with: commit-message: Update to latest Vulkan-Headers