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 @@ -309,7 +309,7 @@ jobs:
309309 if : env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) 
310310 run : | 
311311 echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV" 
312-   - uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f   #  v7.0.5 
312+   - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f   #  v7.0.6 
313313 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id 
314314 #  Creates a PR or update the Action's existing PR, or
315315 #  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@5e914681df9dc83aa4e4905692ca88beb2f9e91f   #  v7.0.5 
48+   - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f   #  v7.0.6 
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