Skip to content

bump version of docker actions in action.yml#62

Merged
aparcar merged 1 commit into
openwrt:mainfrom
ownik:main
Mar 14, 2026
Merged

bump version of docker actions in action.yml#62
aparcar merged 1 commit into
openwrt:mainfrom
ownik:main

Conversation

@ownik
Copy link
Copy Markdown
Contributor

@ownik ownik commented Mar 11, 2026

Docker actions used deprecated node.js 20 runtime in there actions, see https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners about deprecation.

Github print warnings about deprecation and that following actions may not work as expected.

Now all docker actions update to Node.js 24 runtime and new version should be used.

Docker actions used deprecated node.js 20 runtime in there actions, see https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners about deprecation.

Github print warnings about deprecation and that following actions may not work as expected.

Now all docker actions update to Node.js 24 runtime and new version should be used.

Signed-off-by: Nikita Ostrenkov <ownik.dev@gmail.com>
@ownik
Copy link
Copy Markdown
Contributor Author

ownik commented Mar 11, 2026

Also dependabot can be integrated for automate things like this. E.g. see actions/checkout https://github.com/actions/checkout/blob/main/.github/dependabot.yml

@aparcar aparcar merged commit ca7db84 into openwrt:main Mar 14, 2026
12 checks passed
@herbetom herbetom mentioned this pull request Mar 29, 2026
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