devcontainers / feature-starter

A bootstrap repo for self-authoring Dev Container Features
https://containers.dev
MIT License
277 stars 131 forks source link

Update checkout action in workflows to v4 #91

Closed benc-uk closed 2 months ago

benc-uk commented 2 months ago

The version of the checkout action used was old and throwing some warnings

The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

This is a tiny PR to update it to v4