docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.13k stars 532 forks source link

feat: bump to use node20 runtime, actions/checkout to v4 #948

Closed kbdharun closed 10 months ago

kbdharun commented 10 months ago

Description:

Node 16 reaches the end of life soon on 11 Sep 2023. This PR updates the default runtime to node20 (Node 20) (https://github.com/actions/runner/pull/2732). I have also bumped the actions/checkout version to v4 for the same.


A major version bump might be needed after the PRs merge.