File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ jobs:
305305 if : env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
306306 run : |
307307 echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
308- - uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
308+ - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
309309 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
310310 # Creates a PR or update the Action's existing PR, or
311311 # no-op if the base branch is already up-to-date.
Original file line number Diff line number Diff line change 4545 cat temp-output
4646 tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
4747 rm temp-output
48- - uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
48+ - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4949 # Creates a PR or update the Action's existing PR, or
5050 # no-op if the base branch is already up-to-date.
5151 with :
You can’t perform that action at this time.
0 commit comments