We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41103a commit 4c25d39Copy full SHA for 4c25d39
.github/workflows/update-generated.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Create Pull Request
63
id: cpr
64
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.ref_name == 'main'
65
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
+ uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
66
with:
67
branch: create-pull-request/submodule-update
68
title: 'chore: update generated files'
0 commit comments