The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
From what I can tell, the only change of interest is ubuntu-latest label being migrated to ubuntu 24. This draft PR will test that our actions work with the new label. For other changes in the announcement, we don't appear to be on github actions version 3, which is being removed so I think we're safe there.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Summary
Github announced breaking changes to actions https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/
From what I can tell, the only change of interest is
ubuntu-latest
label being migrated toubuntu 24
. This draft PR will test that our actions work with the new label. For other changes in the announcement, we don't appear to be on github actions version 3, which is being removed so I think we're safe there.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license