Skip to content

Bump @mui/icons-material from 6.4.0 to 6.4.1 #812

Bump @mui/icons-material from 6.4.0 to 6.4.1

Bump @mui/icons-material from 6.4.0 to 6.4.1 #812

Workflow file for this run

name: Auto merge dependabot
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
command: squash and merge
github-token: ${{ secrets.AUTO_MERGE_PERSONAL_TOKEN }}