stacks/bunpress
chore(deps): update actions/cache action to v6 - autoclosed
#76
Closed
renovate[bot]
wants to merge
renovate/actions-cache-6.x
into
main
1 file
+1
-1
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -23,7 +23,7 @@ jobs: |
| 23 | 23 | uses: home-lang/pantry/packages/action@main |
| 24 | 24 | |
| 25 | 25 | - name: Use cached node_modules |
| 26 | | - uses: actions/cache@v5.0.3 |
| 26 | + uses: actions/cache@v6.1.0 |
| 27 | 27 | with: |
| 28 | 28 | path: node_modules |
| 29 | 29 | key: node-modules-${{ hashFiles('**/bun.lock') }} |