Merge remote-tracking branch 'upstream/main' into mfs-no-cache-bun

This commit is contained in:
Max schwenk 2024-02-22 12:57:29 -05:00
commit ebffcc41ce
7 changed files with 140 additions and 45 deletions

View file

@ -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()