ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update actions/cache action to v5 - autoclosed

#14
Closed renovate[bot] wants to merge renovate/actions-cache-5.x into main
1 file +1 -1
.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
2727 with:
2828 path: node_modules
2929 key: node-modules-${{ hashFiles('**/bun.lock') }}