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 a3d5b2d commit b12fc40Copy full SHA for b12fc40
.github/workflows/update_os_libraries.yml
@@ -88,7 +88,7 @@ jobs:
88
fi
89
90
- name: Create a PR if versions have been updated on main
91
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
+ uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
92
if: github.ref == 'refs/heads/main' && steps.check-changes.outputs.changed == 'true'
93
with:
94
token: ${{ secrets.REPO_GHA_PAT }}
0 commit comments