mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-09-12 06:18:27 +00:00
GitHub forces Node 20 actions to run on Node 24 starting 2026-06-02 and removes Node 20 entirely on 2026-09-16. Bump every action that emitted the deprecation warning to the latest major that natively declares runs.using: node24: actions/checkout v4 -> v6 actions/setup-go v5 -> v6 aws-actions/setup-sam v2 -> v3 aws-actions/configure-aws-credentials v4 -> v6 Verified action.yml runtime declarations (node24) for checkout v6 and setup-go v6. configure-aws-credentials v5 changed only invalid- boolean-input handling, which we don't pass. setup-sam v3 is solely the Node bump. golangci-lint-action stays at v7 (already Node 24, never appeared in the deprecation warning).