Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add automatic GHA binary release updates #393

Closed
wants to merge 1 commit into from

Conversation

ginglis13
Copy link
Contributor

Issue #, if available:

Closes #390

Description of changes:

Adds a script that will check the releases of GitHub Actions runner binaries and updates the script this repo uses to setup the runner host with the latest version. This will run weekly and cut a PR automatically.

Testing done:

Locally run ./.github/bin/update-deps.sh and check shas with shasum -a 256 -c

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Adds a script that will check the releases of GitHub Actions runner
binaries and updates the script this repo uses to setup the runner host
with the latest version.

Signed-off-by: Gavin Inglis <giinglis@amazon.com>
@ginglis13 ginglis13 requested a review from a team August 30, 2023 19:34
@ginglis13
Copy link
Contributor Author

When a new version is released, the runner application automatically updates itself when a job is assigned to the runner, or within a week of release if the runner hasn't been assigned any jobs.

https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners

TIL.... closing, these auto update 🙃

@ginglis13 ginglis13 closed this Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically detect and cut CRs for GHA dependency updates
1 participant