Skip to content

Update actions with EOL Node20 releases - #16

Open
MallocArray wants to merge 1 commit into
Open-Air-Foundation:mainfrom
MallocArray:main
Open

Update actions with EOL Node20 releases#16
MallocArray wants to merge 1 commit into
Open-Air-Foundation:mainfrom
MallocArray:main

Conversation

@MallocArray

Copy link
Copy Markdown

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
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.

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.

1 participant