We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5f325 commit d85d4f5Copy full SHA for d85d4f5
1 file changed
.github/actions/setup-bun/action.yml
@@ -28,9 +28,9 @@ runs:
28
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
29
with:
30
path: ${{ steps.cache.outputs.dir }}
31
- key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
+ key: ${{ runner.os }}-bun-v2-${{ hashFiles('**/bun.lock') }}
32
restore-keys: |
33
- ${{ runner.os }}-bun-
+ ${{ runner.os }}-bun-v2-
34
35
- name: Install dependencies (with retry)
36
run: |
0 commit comments