Release
• 1 minute read

GitHub Actions: New runner release v2.272.0

Summary

We have released a new version of the GitHub Actions runner. Features Composite Actions Support for Multiple Run Steps (#549, #557, #564, #568, #569, #578, #591, #599, #605, #609, #610,…

We have released a new version of the GitHub Actions runner.

Features

  • Composite Actions Support for Multiple Run Steps (#549, #557, #564, #568, #569, #578, #591, #599, #605, #609, #610, #615, #624)
  • Prepare to switch GITHUB_ACTION to use ContextName instead of refname (#593)
  • Fold logs for intermediate docker commands (#608)
  • Add ability to register a runner to the non-default self-hosted runner group (#613)

Bugs

  • Double quotes around variable so CD works if path contains spaces (#602)
  • Bump lodash in /src/Misc/expressionFunc/hashFiles (#603)
  • Fix poor performance of process spawned from svc daemon (#614)

Misc

  • Move shared ExecutionContext properties under .Global (#594)

Learn more about GitHub Actions self-hosted runners

For questions please visit the GitHub Actions community forum

Back to top