On September 30, 2019, GitHub Actions will stop running workflows written in HCL. You’ll need to migrate your HCL workflows to the new YAML syntax using the migration script.
GitHub Actions runner has been updated to version 2.158.0
with the following improvements:
- Support for Alpine based containers in
job.<job id>.container
andjob.<job id>.services
. - Stop overriding the working directory for
job.<job id>.services
containers. - Fixed a bug where the runner would prefer a
Dockerfile
even ifactions.yml
is present. - The
add-mask
andset-secret
commands are now supported. These enable actions to register additional masking patterns with the runner for log redaction.