Skip to content

Commit d85d4f5

Browse files
edyedy
authored andcommitted
fix(ci): bump cache key to bust stale tsgo
1 parent dc5f325 commit d85d4f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-bun/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ runs:
2828
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2929
with:
3030
path: ${{ steps.cache.outputs.dir }}
31-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
31+
key: ${{ runner.os }}-bun-v2-${{ hashFiles('**/bun.lock') }}
3232
restore-keys: |
33-
${{ runner.os }}-bun-
33+
${{ runner.os }}-bun-v2-
3434
3535
- name: Install dependencies (with retry)
3636
run: |

0 commit comments

Comments
 (0)