We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883490d commit 8a505c9Copy full SHA for 8a505c9
action.yml
@@ -25,7 +25,7 @@ outputs:
25
cache-hit:
26
description: 'A boolean value to indicate if a cache was hit'
27
runs:
28
- using: 'node16'
+ using: 'node20'
29
main: 'dist/setup/index.js'
30
post: 'dist/cache-save/index.js'
31
post-if: success()
0 commit comments