1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

Update action.yml

This commit is contained in:
Alice King Tai Poon 2022-06-05 17:17:26 +08:00 committed by GitHub
parent c9ef933362
commit 690cf94870
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ outputs:
python-path:
description: "The absolute path to the Python executable."
runs:
using: 'node16'
using: 'node18'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()