esphome / build-action

Apache License 2.0
14 stars 11 forks source link

GitHub Warns about Deprecated Node Version #21

Closed barndawgie closed 7 months ago

barndawgie commented 8 months ago

I'm seeing the following warning now when running this action in my workflow: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Here is an example workflow exhibiting these warnings: https://github.com/barndawgie/esphome-econet/actions/runs/7661739762

barndawgie commented 8 months ago

I think this can be resolved by updating action dependencies as this has been fixed: https://github.com/docker/build-push-action/pull/954