@@ -309,7 +309,7 @@ jobs:
|
309 | 309 | if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) |
310 | 310 | run: | |
311 | 311 | echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV" |
312 | | - - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 |
| 312 | + - uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 |
313 | 313 | if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id |
314 | 314 | # Creates a PR or update the Action's existing PR, or |
315 | 315 | # no-op if the base branch is already up-to-date. |
|