I'm looking for a way to auto update my local github action runner.
This is still in beta but work fine and for every update my CI/CD is not running without any notification.
I'm looking for a way to auto update my local github action runner.
This is still in beta but work fine and for every update my CI/CD is not running without any notification.
On
GitHub Actions Runner should update itself automatically unless you passed the --disableupdate command line parameter to config.sh.
--disableupdate was added January 2022 https://github.com/actions/runner/pull/1558.
The code to automatically update the agent seems to have always been there. At least since the first commit to the open source repository.
You now (July 2020) can try the new Dependabot, described by Alex Mullans :