Update action.yml

This commit is contained in:
xxq250 2024-06-13 15:06:12 +08:00
parent 3a6cf540a8
commit 7d97752a2b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()