fix(ci): update cache key to include Bun version for consistency

This commit is contained in:
Zaid-maker
2025-06-25 14:16:35 +05:00
parent e2a0f745c8
commit 51a83f9f21

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('apps/web/bun.lock') }}
key: ${{ runner.os }}-bun-1.2.17-${{ hashFiles('apps/web/bun.lock') }}
- name: Install dependencies
working-directory: apps/web