File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
22orbs :
33 aws-cli : circleci/aws-cli@5.4.1
44 aws-s3 : circleci/aws-s3@4.1.3
5- code-infra : https://raw.githubusercontent.com/mui/mui-public/5788ba59f784748179e3ecd37eb9e0fd09c9ee31 /.circleci/orbs/code-infra.yml
5+ code-infra : https://raw.githubusercontent.com/mui/mui-public/8d98527ab3be91784f2e3c272f96508f35ba7165 /.circleci/orbs/code-infra.yml
66
77parameters :
88 workflow :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: {}
2020jobs :
2121 continuous-releases :
2222 name : Continuous releases
23- uses : mui/mui-public/.github/workflows/ci-base.yml@master
23+ uses : mui/mui-public/.github/workflows/ci-base.yml@8d98527ab3be91784f2e3c272f96508f35ba7165
2424
2525 test-dev :
2626 if : ${{ github.actor != 'l10nbot' }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions: {}
1717jobs :
1818 continuous-releases :
1919 name : Continuous releases
20- uses : mui/mui-public/.github/workflows/ci-base.yml@master
20+ uses : mui/mui-public/.github/workflows/ci-base.yml@8d98527ab3be91784f2e3c272f96508f35ba7165
2121
2222 # Tests dev-only scripts across all supported dev environments
2323 test-dev :
Original file line number Diff line number Diff line change 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@master
14+ uses : mui/mui-public/.github/workflows/issues_add-closing-message.yml@8d98527ab3be91784f2e3c272f96508f35ba7165
1515 permissions :
1616 contents : read
1717 issues : write
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: {}
1212jobs :
1313 create_pr :
1414 name : Create cherry-pick PR
15- uses : mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@master
15+ uses : mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@8d98527ab3be91784f2e3c272f96508f35ba7165
1616 permissions :
1717 contents : write
1818 pull-requests : write
Original file line number Diff line number Diff line change 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@master
43+ uses : mui/mui-public/.github/actions/publish-prepare@8d98527ab3be91784f2e3c272f96508f35ba7165
4444 - name : Publish packages
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9696 "@mui-internal/api-docs-builder-core" : " workspace:^" ,
9797 "@mui/internal-babel-plugin-minify-errors" : " 2.0.8-canary.20" ,
9898 "@mui/internal-bundle-size-checker" : " 1.0.9-canary.60" ,
99- "@mui/internal-code-infra" : " 0.0.3-canary.87 " ,
99+ "@mui/internal-code-infra" : " 0.0.3-canary.90 " ,
100100 "@mui/internal-docs-utils" : " workspace:^" ,
101- "@mui/internal-netlify-cache" : " 0.0.2 -canary.1 " ,
101+ "@mui/internal-netlify-cache" : " 0.0.3 -canary.0 " ,
102102 "@mui/internal-scripts" : " workspace:^" ,
103103 "@mui/internal-test-utils" : " 2.0.18-canary.6" ,
104104 "@mui/joy" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments