also looking at this
chore(deps): update actions/cache action to v5
#371
2 files
+5
-5
| @@ -24,7 +24,7 @@ jobs: | ||
| 24 | 24 | uses: oven-sh/setup-bun@v2.0.2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4.3.0 | |
| 27 | uses: actions/cache@v5.0.1 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -47,7 +47,7 @@ jobs: | ||
| 47 | 47 | uses: oven-sh/setup-bun@v2.0.2 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4.3.0 | |
| 50 | uses: actions/cache@v5.0.1 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -93,7 +93,7 @@ jobs: | ||
| 93 | 93 | uses: oven-sh/setup-bun@v2.0.2 |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v4.3.0 | |
| 96 | uses: actions/cache@v5.0.1 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -121,7 +121,7 @@ jobs: | ||
| 121 | 121 | uses: oven-sh/setup-bun@v2.0.2 |
| 122 | 122 | |
| 123 | 123 | - name: Use cached node_modules |
| 124 | uses: actions/cache@v4.3.0 | |
| 124 | uses: actions/cache@v5.0.1 | |
| 125 | 125 | with: |
| 126 | 126 | path: node_modules |
| 127 | 127 | key: node-modules-${{ hashFiles('**/bun.lock') }} |