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-1Changes to .github/workflows/release.yml | @@ -19,7 +19,7 @@ jobs: |
| 19 | 19 | uses: oven-sh/setup-bun@v2.0.2 |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | | - uses: actions/cache@v4.3.0 |
| 22 | + uses: actions/cache@v5.0.1 |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |