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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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