Skip to content

Commit afe1459

Browse files
committed
fix(ci): match save cache key to restore
1 parent bb67e74 commit afe1459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ runs:
6969
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7070
with:
7171
path: ${{ steps.cache.outputs.dir }}
72-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
72+
key: ${{ runner.os }}-bun-v2-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)