developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
765 stars 157 forks source link

Update Github Actions #763

Closed chris-bateman closed 7 months ago

chris-bateman commented 7 months ago

As per https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

This one is a slightly larger jump from v2/v3 to v5. The older python versions such as 3.7 specified in some workflows should still load correctly.

chris-bateman commented 7 months ago

Updated codecov/codecov-action to v3 as v4 is still pre release. It won't clear the node error but its a step in the right direction. Codecov is still uploading so a good sign - https://app.codecov.io/github/developmentseed/titiler/commit/9238ec19fede91fda581af8f2c32cbe860739643

chris-bateman commented 7 months ago

Update Azure/setup-helm. v2 and v3 of this action only support Helm3. Helm3 is in use so should be fine. @vincentsarago hope the above is all ok :)

vincentsarago commented 7 months ago

Is this superseded by https://github.com/developmentseed/titiler/pull/770 ?

chris-bateman commented 7 months ago

Is this superseded by https://github.com/developmentseed/titiler/pull/770 ?

It is now :) awesome stuff. FYI great project we are using it for an open data project in AWS so i might play around with some aws examples in the near future.