@@ -315,7 +315,7 @@ jobs:
|
315 | 315 | if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) |
316 | 316 | run: | |
317 | 317 | echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV" |
318 | | - - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 |
| 318 | + - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 |
319 | 319 | if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id |
320 | 320 | # Creates a PR or update the Action's existing PR, or |
321 | 321 | # no-op if the base branch is already up-to-date. |
|