Skip to content

Commit 62e28c6

Browse files
Bump MUI infra packages (#4283)
1 parent d605923 commit 62e28c6

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
code-infra: https://raw.githubusercontent.com/mui/mui-public/716b18b5736b5dbc740d49e481c99cb85b74e42e/.circleci/orbs/code-infra.yml
4+
code-infra: https://raw.githubusercontent.com/mui/mui-public/bc30ce0e4141eb2f5d6d029cccc5ad0e191ad6f6/.circleci/orbs/code-infra.yml
55

66
parameters:
77
browserstack-force:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: pnpm release:build
3838
- name: Publish packages
3939
if: matrix.os == 'ubuntu-latest'
40-
uses: mui/mui-public/.github/actions/ci-publish@716b18b5736b5dbc740d49e481c99cb85b74e42e
40+
uses: mui/mui-public/.github/actions/ci-publish@bc30ce0e4141eb2f5d6d029cccc5ad0e191ad6f6
4141
with:
4242
pr-comment: true
4343
use-compact-url: true

.github/workflows/new-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99
jobs:
1010
issue_cleanup:
1111
name: Clean issue body
12-
uses: mui/mui-public/.github/workflows/issues_body-cleanup.yml@716b18b5736b5dbc740d49e481c99cb85b74e42e
12+
uses: mui/mui-public/.github/workflows/issues_body-cleanup.yml@bc30ce0e4141eb2f5d6d029cccc5ad0e191ad6f6
1313
permissions:
1414
contents: read
1515
issues: write

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.sha }}
4141
fetch-depth: 0 # Fetch full history for proper git operations
4242
- name: Prepare for publishing
43-
uses: mui/mui-public/.github/actions/publish-prepare@716b18b5736b5dbc740d49e481c99cb85b74e42e
43+
uses: mui/mui-public/.github/actions/publish-prepare@bc30ce0e4141eb2f5d6d029cccc5ad0e191ad6f6
4444
- name: Publish packages
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@base-ui/monorepo-tests": "workspace:*",
6767
"@mui/internal-code-infra": "0.0.4-canary.2",
6868
"@mui/internal-netlify-cache": "0.0.3-canary.0",
69-
"@mui/internal-test-utils": "2.0.18-canary.9",
69+
"@mui/internal-test-utils": "2.0.18-canary.11",
7070
"@next/eslint-plugin-next": "16.1.6",
7171
"@octokit/rest": "22.0.1",
7272
"@playwright/test": "1.58.2",

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)