ReviewOS

also looking at this

stacks/bun-query-builder

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

#371
Closed renovate[bot] wants to merge renovate/actions-cache-5.x into main
2 files +5 -5
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
1919 uses: oven-sh/setup-bun@v2.0.2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4.3.0
22 uses: actions/cache@v5.0.1
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}