mirror of
https://github.com/apache/superset.git
synced 2026-07-13 18:25:58 +00:00
GitHub forces Actions off Node 20 starting June 16, 2026. The shared setup-backend composite action still pins actions/setup-python@v5 (Node 20), which surfaces a deprecation warning on every backend job. Bump to v6 (Node 24), reusing the same pinned SHA already used in bump-python-package.yml. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>