@@ -305,7 +305,7 @@ jobs:
|
305 | 305 | if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) |
306 | 306 | run: | |
307 | 307 | echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV" |
308 | | - - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 |
| 308 | + - uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7 |
309 | 309 | if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id |
310 | 310 | # Creates a PR or update the Action's existing PR, or |
311 | 311 | # no-op if the base branch is already up-to-date. |
|