microsoft / git

A fork of Git containing Microsoft-specific patches.
http://git-scm.com/
Other
761 stars 92 forks source link

build-installers: Update to actions/checkout v4 #649

Closed derrickstolee closed 4 months ago

derrickstolee commented 4 months ago

When running the build-installers workflow recently, I saw the following warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Update the actions/checkout task to v4 to avoid this node deprecation.