isaacbrodsky / h3-duckdb

Bindings for H3 to DuckDB
Apache License 2.0
159 stars 8 forks source link

Upgrade Github actions using node12 #74

Closed isaacbrodsky closed 7 months ago

isaacbrodsky commented 10 months ago

https://github.com/isaacbrodsky/h3-duckdb/actions/runs/6956834214 shows there are some actions used that are on deprecated node12. They should be upgraded to more recent versions to silence the warning.

Note this is also an issue upstream. https://github.com/duckdb/extension-template/actions/runs/6962748686

isaacbrodsky commented 7 months ago

We are now using the pipeline provided directly by duckdb/extension-template, so this is no longer defined here