File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
308
+ - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
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.
Original file line number Diff line number Diff line change 45
45
cat temp-output
46
46
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
47
47
rm temp-output
48
- - uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
48
+ - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
49
49
# Creates a PR or update the Action's existing PR, or
50
50
# no-op if the base branch is already up-to-date.
51
51
with :
You can’t perform that action at this time.
0 commit comments