We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb67e74 commit afe1459Copy full SHA for afe1459
1 file changed
.github/actions/setup-bun/action.yml
@@ -69,4 +69,4 @@ runs:
69
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
70
with:
71
path: ${{ steps.cache.outputs.dir }}
72
- key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
+ key: ${{ runner.os }}-bun-v2-${{ hashFiles('**/bun.lock') }}
0 commit comments