devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
303 stars 46 forks source link

Update to actions/checkout@v3 #195

Closed stuartleeks closed 1 year ago

stuartleeks commented 1 year ago

Builds are hitting this warning:

[PR comment](https://github.com/devcontainers/ci/actions/runs/3996901503/jobs/6857532053)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

We are currently using actions/checkout@v2 and actions/checkout@v3 is updated to use node 16

stuartleeks commented 1 year ago

Closed by https://github.com/devcontainers/ci/pull/219