You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions reports that actions/checkout@v4 and
peter-evans/create-pull-request@v7 target Node 20, which is deprecated
and currently force-run on Node 24.
Bump them to versions that natively target Node 24:
- actions/checkout v4 -> v5 (the Node 20 -> 24 transition; v6's only
notable change is moving credentials to a separate file, unneeded here)
- peter-evans/create-pull-request v7 -> v8 (Node 24 bump only; inputs
unchanged)
The other actions in these workflows were not flagged and already run on
Node 24.
0 commit comments