mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +00:00
Update to node16 (#340)
This commit is contained in:
parent
7f80679172
commit
93cb78f17b
4 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ outputs:
|
|||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue