Skip to content

Commit 225a28a

Browse files
Bump MUI infra packages
1 parent bc76fa3 commit 225a28a

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
code-infra: https://raw.githubusercontent.com/mui/mui-public/91b038cb6c568b63684a7be0146dd12747e76060/.circleci/orbs/code-infra.yml
3+
code-infra: https://raw.githubusercontent.com/mui/mui-public/48198a7131b2ee621cc13bc7729cc41c72f370e7/.circleci/orbs/code-infra.yml
44
aws-cli: circleci/[email protected]
55
aws-s3: circleci/[email protected]
66

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020
jobs:
2121
continuous-releases:
2222
name: Continuous releases
23-
uses: mui/mui-public/.github/workflows/ci-base.yml@91b038cb6c568b63684a7be0146dd12747e76060
23+
uses: mui/mui-public/.github/workflows/ci-base.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
2424

2525
test-dev:
2626
if: ${{ github.actor != 'l10nbot' }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717
jobs:
1818
continuous-releases:
1919
name: Continuous releases
20-
uses: mui/mui-public/.github/workflows/ci-base.yml@91b038cb6c568b63684a7be0146dd12747e76060
20+
uses: mui/mui-public/.github/workflows/ci-base.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
2121

2222
# Tests dev-only scripts across all supported dev environments
2323
test-dev:

.github/workflows/closed-issue-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
add-comment:
1212
name: Add closing message
1313
if: github.event.issue.state_reason == 'completed'
14-
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@91b038cb6c568b63684a7be0146dd12747e76060
14+
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
1515
permissions:
1616
contents: read
1717
issues: write

.github/workflows/create-cherry-pick-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: {}
1212
jobs:
1313
create_pr:
1414
name: Create cherry-pick PR
15-
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@91b038cb6c568b63684a7be0146dd12747e76060
15+
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
1616
permissions:
1717
contents: write
1818
pull-requests: 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@91b038cb6c568b63684a7be0146dd12747e76060
43+
uses: mui/mui-public/.github/actions/publish-prepare@48198a7131b2ee621cc13bc7729cc41c72f370e7
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
@@ -96,7 +96,7 @@
9696
"@mui-internal/api-docs-builder-core": "workspace:^",
9797
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.22",
9898
"@mui/internal-bundle-size-checker": "1.0.9-canary.62",
99-
"@mui/internal-code-infra": "0.0.4-canary.0",
99+
"@mui/internal-code-infra": "0.0.4-canary.1",
100100
"@mui/internal-docs-utils": "workspace:^",
101101
"@mui/internal-netlify-cache": "0.0.3-canary.0",
102102
"@mui/internal-scripts": "workspace:^",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)