ReviewOS

also looking at this

stacks/bunpress

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

#34
Merged 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
@@ -19,7 +19,7 @@ jobs:
1919 uses: oven-sh/setup-bun@v2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4
22 uses: actions/cache@v5
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}