Skip to content

Bump @mui/icons-material from 7.3.9 to 9.0.0 in /components/frontend #13049

Bump @mui/icons-material from 7.3.9 to 9.0.0 in /components/frontend

Bump @mui/icons-material from 7.3.9 to 9.0.0 in /components/frontend #13049

Workflow file for this run

---
name: Shared Code
on: [push] # yamllint disable-line rule:truthy
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Install uv
uses: astral-sh/setup-uv@v8.0.0
with:
enable-cache: true
version-file: tools/third_party/pyproject.toml
- name: Install dependencies, run unit tests and check quality
run: uv tool run --directory components/shared_code --from $(uv export --project tools/third_party --only-group just --quiet --no-hashes --no-header) just ci # yamllint disable-line rule:line-length