We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc7bdb commit 1f3bf56Copy full SHA for 1f3bf56
1 file changed
.github/actions/setup-bun/action.yml
@@ -8,14 +8,11 @@ runs:
8
with:
9
bun-version-file: package.json
10
11
- - name: Cache ~/.bun
12
- id: cache-bun
13
- uses: actions/cache@v4
+ - name: Mount Bun Cache
+ uses: useblacksmith/stickydisk@v1
14
+ key: ${{ github.repository }}-bun-cache
15
path: ~/.bun
16
- key: ${{ runner.os }}-bun-${{ hashFiles('package.json') }}-${{ hashFiles('bun.lockb', 'bun.lock') }}
17
- restore-keys: |
18
- ${{ runner.os }}-bun-${{ hashFiles('package.json') }}-
19
20
- name: Install dependencies
21
run: bun install
0 commit comments