stacks/ts-cloud
chore(deps): update all non-major dependencies
#23
Closed
chrisbbreuer
wants to merge
buddy-bot/update-non-major-updates-1769774746451
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@v5.0.2 |
| 26 | + uses: actions/cache@v5.0.3 |
| 27 | 27 | with: |
| 28 | 28 | path: node_modules |
| 29 | 29 | key: node-modules-${{ hashFiles('**/bun.lock') }} |