Skip to content

Commit

Permalink
Update version of the action create-pull-request to avoid deprecation…
Browse files Browse the repository at this point in the history
… notice (#255)
  • Loading branch information
jcp19 authored Dec 20, 2024
1 parent e6e442a commit aeafb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Open a pull request
id: pr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
if: (env.PREV_SILICON_REF != env.CUR_SILICON_REF) || (env.PREV_CARBON_REF != env.CUR_CARBON_REF)
with:
# Use viper-admin's token to workaround a restriction of GitHub.
Expand Down

0 comments on commit aeafb33

Please sign in to comment.