devcontainers / ci

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

Update QEMU and Buildx steps to resolve Node 16 deprecation warning #283

Closed korverdev closed 3 months ago

korverdev commented 3 months ago

v2 of both these is now throwing a deprecation warning about it's use of Node 16. v3 is a drop-in replacement in both these instances and resolves this warning. Updated in both workflows and documentation.

korverdev commented 3 months ago

@microsoft-github-policy-service agree