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-1Changes to .github/workflows/release.yml | @@ -23,7 +23,7 @@ jobs: |
| 23 | 23 | bun-version: latest |
| 24 | 24 | |
| 25 | 25 | - name: Use cached node_modules |
| 26 | | - uses: actions/cache@v4 |
| 26 | + uses: actions/cache@v5 |
| 27 | 27 | with: |
| 28 | 28 | path: node_modules |
| 29 | 29 | key: node-modules-${{ hashFiles('**/bun.lock') }} |