also looking at this
chore(deps): update actions/cache action to v6
#758
1 file
+3
-3
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -24,7 +24,7 @@ jobs: | ||
| 24 | 24 | uses: oven-sh/setup-bun@v2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v5 | |
| 27 | uses: actions/cache@v6 | |
| 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 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v5 | |
| 50 | uses: actions/cache@v6 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -81,7 +81,7 @@ jobs: | ||
| 81 | 81 | uses: oven-sh/setup-bun@v2 |
| 82 | 82 | |
| 83 | 83 | - name: Use cached node_modules |
| 84 | uses: actions/cache@v5 | |
| 84 | uses: actions/cache@v6 | |
| 85 | 85 | with: |
| 86 | 86 | path: node_modules |
| 87 | 87 | key: node-modules-${{ hashFiles('**/bun.lock') }} |