Skip to content

chore(deps): bump @mui/icons-material from 7.3.11 to 9.1.1 #1375

chore(deps): bump @mui/icons-material from 7.3.11 to 9.1.1

chore(deps): bump @mui/icons-material from 7.3.11 to 9.1.1 #1375

Workflow file for this run

name: Check Size
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
jobs:
check_size:
name: Check Size
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Check large files
uses: actionsDesk/lfs-warning@v3.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: '524288'