ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update dependency actions/cache to v5.0.2

#17
Merged chrisbbreuer wants to merge buddy-bot/update-major-update---actions/cache-1768845996317 into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
2323 bun-version: latest
2424
2525 - name: Use cached node_modules
26 uses: actions/cache@v4
26 uses: actions/cache@v5.0.2
2727 with:
2828 path: node_modules
2929 key: node-modules-${{ hashFiles('**/bun.lock') }}