also looking at this
chore(deps): update all non-major dependencies
#140
7 files
+11
-11
| @@ -153,7 +153,7 @@ jobs: | ||
| 153 | 153 | uses: oven-sh/setup-bun@v2 |
| 154 | 154 | |
| 155 | 155 | - name: Use cached node_modules |
| 156 | uses: actions/cache@v4 | |
| 156 | uses: actions/cache@v4.2.4 | |
| 157 | 157 | with: |
| 158 | 158 | path: node_modules |
| 159 | 159 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -988,7 +988,7 @@ jobs: | ||
| 988 | 988 | ls -lh ${{ env.BINARY_NAME }}.tar.gz |
| 989 | 989 | |
| 990 | 990 | - name: Upload binary artifact |
| 991 | uses: actions/upload-artifact@v4 | |
| 991 | uses: actions/upload-artifact@v4.6.2 | |
| 992 | 992 | with: |
| 993 | 993 | name: ${{ env.BINARY_NAME }} |
| 994 | 994 | path: ${{ env.OUTPUT_DIR }}/${{ env.BINARY_NAME }}.tar.gz |