phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

Update GitHub actions to newest versions #638

Closed MrSerth closed 7 months ago

MrSerth commented 7 months ago

Description of the change

These changes are required to use NodeJS 20 on GitHub.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Benefits

The workflows will continue to run.

Possible drawbacks

There might be some breaking changes in the workflows. I've tested the build workflow myself and read all change notes for the stale action, aiming to find any breaking changes. I did not find any that are relevant for this repo. Hence, I would assume there are currently no drawbacks.

Applicable issues

None

Additional information

None