File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 uses : actions/cache@v4
2222 with :
2323 path : ~/.bun/install/cache
24- key : ${{ runner.os }}-buncache -${{ hashFiles('**/bun.lock') }}
24+ key : ${{ runner.os }}-bc -${{ hashFiles('**/bun.lock') }}
2525 restore-keys : |
26- ${{ runner.os }}-buncache -
26+ ${{ runner.os }}-bc -
2727
2828 - name : Install dependencies
2929 run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change 3535 uses : actions/cache@v4
3636 with :
3737 path : ~/.bun/install/cache
38- key : ${{ runner.os }}-buncache -${{ hashFiles('**/bun.lock') }}
38+ key : ${{ runner.os }}-bc -${{ hashFiles('**/bun.lock') }}
3939 restore-keys : |
40- ${{ runner.os }}-buncache -
40+ ${{ runner.os }}-bc -
4141
4242 - name : Install Dependencies
4343 run : bun install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments