|
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.3 |
28 | 28 | with: |
29 | 29 | path: node_modules |
30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
|
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.3 |
51 | 51 | with: |
52 | 52 | path: node_modules |
53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
|
70 | 70 | uses: oven-sh/setup-bun@v2.0.2 |
71 | 71 |
|
72 | 72 | - name: Use cached node_modules |
73 | | - uses: actions/cache@v4.3.0 |
| 73 | + uses: actions/cache@v5.0.3 |
74 | 74 | with: |
75 | 75 | path: node_modules |
76 | 76 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
|
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.3 |
97 | 97 | with: |
98 | 98 | path: node_modules |
99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | uses: oven-sh/setup-bun@v2.0.2 |
136 | 136 |
|
137 | 137 | - name: Use cached node_modules |
138 | | - uses: actions/cache@v4.3.0 |
| 138 | + uses: actions/cache@v5.0.3 |
139 | 139 | with: |
140 | 140 | path: node_modules |
141 | 141 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
|
0 commit comments