mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 14:08:24 +02:00
Merge remote-tracking branch 'upstream/main' into mfs-no-cache-bun
This commit is contained in:
commit
ebffcc41ce
7 changed files with 140 additions and 45 deletions
|
@ -26,5 +26,7 @@ outputs:
|
|||
cache-hit:
|
||||
description: If the version of Bun was cached.
|
||||
runs:
|
||||
using: node20
|
||||
main: dist/index.js
|
||||
using: "node20"
|
||||
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