Skip to content

Bump @mui/material from 6.4.0 to 6.4.1 in /components/frontend #22688

Bump @mui/material from 6.4.0 to 6.4.1 in /components/frontend

Bump @mui/material from 6.4.0 to 6.4.1 in /components/frontend #22688

Workflow file for this run

---
name: Collector
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.4.22"
- name: Install dependencies, run unit tests and check quality
run: |
cd components/collector
uv venv
ci/pip-install.sh
ci/unittest.sh
ci/quality.sh