File tree Expand file tree Collapse file tree 8 files changed +97
-13
lines changed
Expand file tree Collapse file tree 8 files changed +97
-13
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22orbs :
3- code-infra : https://raw.githubusercontent.com/mui/mui-public/f709101a0ec2bf0f9de40196669863653bf0979f /.circleci/orbs/code-infra.yml
3+ code-infra : https://raw.githubusercontent.com/mui/mui-public/78ca9de56a749276d6b059f5419d1e56bd81b6ad /.circleci/orbs/code-infra.yml
44 aws-cli : circleci/aws-cli@5.4.1
55 aws-s3 : circleci/aws-s3@4.1.3
66
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@f709101a0ec2bf0f9de40196669863653bf0979f
23+ uses : mui/mui-public/.github/workflows/ci-base.yml@78ca9de56a749276d6b059f5419d1e56bd81b6ad
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@f709101a0ec2bf0f9de40196669863653bf0979f
20+ uses : mui/mui-public/.github/workflows/ci-base.yml@78ca9de56a749276d6b059f5419d1e56bd81b6ad
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@f709101a0ec2bf0f9de40196669863653bf0979f
14+ uses : mui/mui-public/.github/workflows/issues_add-closing-message.yml@78ca9de56a749276d6b059f5419d1e56bd81b6ad
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@f709101a0ec2bf0f9de40196669863653bf0979f
15+ uses : mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@78ca9de56a749276d6b059f5419d1e56bd81b6ad
1616 permissions :
1717 contents : write
1818 pull-requests : write
Original file line number Diff line number Diff line change 4747 ref : ${{ github.event_name == 'push' && github.sha || inputs.sha }}
4848 fetch-depth : 0 # Fetch full history for proper git operations
4949 - name : Prepare for publishing
50- uses : mui/mui-public/.github/actions/publish-prepare@f709101a0ec2bf0f9de40196669863653bf0979f
50+ uses : mui/mui-public/.github/actions/publish-prepare@78ca9de56a749276d6b059f5419d1e56bd81b6ad
5151 - name : Publish packages
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 ref : ${{ inputs.sha }}
6969 fetch-depth : 0 # Fetch full history for proper git operations
7070 - name : Prepare for publishing
71- uses : mui/mui-public/.github/actions/publish-prepare@f709101a0ec2bf0f9de40196669863653bf0979f
71+ uses : mui/mui-public/.github/actions/publish-prepare@78ca9de56a749276d6b059f5419d1e56bd81b6ad
7272 - name : Publish packages
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9494 "@mui-internal/api-docs-builder-core" : " workspace:^" ,
9595 "@mui/internal-babel-plugin-minify-errors" : " 2.0.8-canary.25" ,
9696 "@mui/internal-bundle-size-checker" : " 1.0.9-canary.75" ,
97- "@mui/internal-code-infra" : " 0.0.4-canary.23 " ,
97+ "@mui/internal-code-infra" : " 0.0.4-canary.24 " ,
9898 "@mui/internal-docs-utils" : " workspace:^" ,
9999 "@mui/internal-netlify-cache" : " 0.0.3-canary.5" ,
100100 "@mui/internal-scripts" : " workspace:^" ,
You can’t perform that action at this time.
0 commit comments