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:
committed by
GitHub
parent
6c09a723d8
commit
1dbc167e74
+1
-1
@@ -11,5 +11,5 @@ outputs:
|
|||||||
branding:
|
branding:
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node24'
|
||||||
main: 'lib/index.js'
|
main: 'lib/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user