Skip to content

Update actions with EOL Node20 releases - #47

Merged
samuelbles07 merged 1 commit into
Open-Air-Foundation:developmentfrom
MallocArray:actions_eol
Jul 27, 2026
Merged

Update actions with EOL Node20 releases#47
samuelbles07 merged 1 commit into
Open-Air-Foundation:developmentfrom
MallocArray:actions_eol

Conversation

@MallocArray

Copy link
Copy Markdown
Contributor

https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Actions logging warning:
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4.2.3, actions/checkout@v4.2.2.

https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Actions logging warning:
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4.2.3, actions/checkout@v4.2.2.
@MallocArray

Copy link
Copy Markdown
Contributor Author

Or most examples have instead of uses: actions/checkout@v7.0.1 they just have uses: actions/checkout@v7 so any minor updates to the 7.x line are used. Happy to change to lock to the major version instead of pinning to a particular release, as updates do come out regularly and if not maintained, these will get behind.

@samuelbles07

Copy link
Copy Markdown
Collaborator

Hi @MallocArray , thanks for noticing this.

I think its fine like this, no need to change anything. We just need to regularly check for an update or have bots for this.

@samuelbles07
samuelbles07 merged commit 8838466 into Open-Air-Foundation:development Jul 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants