◐ Shell
clean mode source ↗

meta: bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 · nodejs/node@e3ef6cb

Original file line numberDiff line numberDiff line change

@@ -315,7 +315,7 @@ jobs:

315315

if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)

316316

run: |

317317

echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"

318-

- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0

318+

- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0

319319

if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id

320320

# Creates a PR or update the Action's existing PR, or

321321

# no-op if the base branch is already up-to-date.