diff --git a/.github/workflows/update-monorepo.yml b/.github/workflows/update-monorepo.yml deleted file mode 100644 index 772c2902102..00000000000 --- a/.github/workflows/update-monorepo.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Update monorepo - -on: workflow_dispatch - -permissions: {} - -jobs: - update-monorepo: - runs-on: ubuntu-latest - permissions: - contents: read - issues: write - steps: - - name: Set up Node.js ⚙️ - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 - with: - node-version: '18.x' - - - name: Setup yarn - run: npm install -g yarn - - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - - name: Get latest monorepo commit - run: echo "MONOREPO_LATEST_COMMIT=$(git ls-remote https://github.com/mui/material-ui master | awk '{print $1}')" >> $GITHUB_ENV