We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9714a35 commit 12892f0Copy full SHA for 12892f0
.github/actions/setup-bun/action.yml
@@ -8,9 +8,9 @@ runs:
8
uses: actions/cache@v4
9
with:
10
path: ~/.bun
11
- key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb', 'bun.lock') }}
+ key: ${{ runner.os }}-bun-${{ hashFiles('package.json') }}-${{ hashFiles('bun.lockb', 'bun.lock') }}
12
restore-keys: |
13
- ${{ runner.os }}-bun-
+ ${{ runner.os }}-bun-${{ hashFiles('package.json') }}-
14
15
- name: Setup Bun
16
uses: oven-sh/setup-bun@v2
0 commit comments