Update Node version from 20 to 24 in action.yml (#233)

To mitigate recent warnings in Github actions using azure/setup-kubectl regarding the EOL of node20
This commit is contained in:
Marten Kreienbrock 2026-03-12 18:34:30 +01:00 committed by GitHub
parent 6c09a723d8
commit 1dbc167e74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,5 +11,5 @@ outputs:
branding:
color: 'blue'
runs:
using: 'node20'
using: 'node24'
main: 'lib/index.js'