mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-27 05:44:26 +00:00
Update Node version from 20 to 24 in action.yml
To mitigate recent warnings in Github actions using azure/setup-kubectl regarding the EOL of node20
This commit is contained in:
parent
6c09a723d8
commit
82f3b7f31e
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue