ci: bump workflow actions to Node 24 majors ahead of 2026-09-23 Node 20 removal - #2708
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
opentaco-docs | 68bbe18 | Commit Preview URL Branch Preview URL |
Sep 12 2026, 02:44 AM |
motatoes
approved these changes
Sep 12, 2026
s1ntaxe770r
added a commit
that referenced
this pull request
Sep 12, 2026
…ll steps GitHub removes Node 16 and Node 20 from Actions runners on 2026-09-23. Two actions used by setup-terragrunt and setup-tfenv have no Node 24 release upstream and are effectively unmaintained: - autero1/action-terragrunt v3.0.2 (node20, last release Feb 2024) - rhythmictech/actions-setup-tfenv v0.1.2 (node16, last release Jul 2022) Both are replaced with bash steps that reproduce their behaviour: - tfenv: clone tfutils/tfenv into $HOME/.tfenv if absent, add bin to PATH. - terragrunt: accept "0.73.7", "v0.73.7" or "latest"; download the release binary for linux/darwin/windows on amd64/arm64/386; add to PATH. Follows #2681 and #2708. Closes the remaining gap in #2707.
s1ntaxe770r
added a commit
that referenced
this pull request
Sep 13, 2026
…ll steps (#2709) GitHub removes Node 16 and Node 20 from Actions runners on 2026-09-23. Two actions used by setup-terragrunt and setup-tfenv have no Node 24 release upstream and are effectively unmaintained: - autero1/action-terragrunt v3.0.2 (node20, last release Feb 2024) - rhythmictech/actions-setup-tfenv v0.1.2 (node16, last release Jul 2022) Both are replaced with bash steps that reproduce their behaviour: - tfenv: clone tfutils/tfenv into $HOME/.tfenv if absent, add bin to PATH. - terragrunt: accept "0.73.7", "v0.73.7" or "latest"; download the release binary for linux/darwin/windows on amd64/arm64/386; add to PATH. Follows #2681 and #2708. Closes the remaining gap in #2707.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final batch of version bumps , related to #2681