also looking at this
chore(deps): update all non-major dependencies
#92
5 files
+15
-17
| @@ -21,10 +21,10 @@ jobs: | ||
| 21 | 21 | - uses: actions/checkout@v6.0.2 |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | uses: oven-sh/setup-bun@v2.1.3 | |
| 24 | uses: oven-sh/setup-bun@v2.2.0 | |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v5.0.3 | |
| 27 | uses: actions/cache@v5.0.4 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -44,10 +44,10 @@ jobs: | ||
| 44 | 44 | - uses: actions/checkout@v6.0.2 |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | uses: oven-sh/setup-bun@v2.1.3 | |
| 47 | uses: oven-sh/setup-bun@v2.2.0 | |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v5.0.3 | |
| 50 | uses: actions/cache@v5.0.4 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -67,10 +67,10 @@ jobs: | ||
| 67 | 67 | - uses: actions/checkout@v6.0.2 |
| 68 | 68 | |
| 69 | 69 | - name: Install Bun |
| 70 | uses: oven-sh/setup-bun@v2.1.3 | |
| 70 | uses: oven-sh/setup-bun@v2.2.0 | |
| 71 | 71 | |
| 72 | 72 | - name: Use cached node_modules |
| 73 | uses: actions/cache@v5.0.3 | |
| 73 | uses: actions/cache@v5.0.4 | |
| 74 | 74 | with: |
| 75 | 75 | path: node_modules |
| 76 | 76 | key: node-modules-${{ hashFiles('**/bun.lock') }} |