| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,9 +8,9 @@ runs: | |||
| 8 | 8 | uses: actions/cache@v4 | |
| 9 | 9 | with: | |
| 10 | 10 | path: ~/.bun | |
| 11 | - key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb', 'bun.lock') }} | ||
| 11 | + key: ${{ runner.os }}-bun-${{ hashFiles('package.json') }}-${{ hashFiles('bun.lockb', 'bun.lock') }} | ||
| 12 | 12 | restore-keys: | | |
| 13 | - ${{ runner.os }}-bun- | ||
| 13 | + ${{ runner.os }}-bun-${{ hashFiles('package.json') }}- | ||
| 14 | 14 | ||
| 15 | 15 | - name: Setup Bun | |
| 16 | 16 | uses: oven-sh/setup-bun@v2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments