File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22orbs :
3- code-infra : https://raw.githubusercontent.com/mui/mui-public/e9b7cbb09759d50b3a1c391f6df49c19cfc927bc /.circleci/orbs/code-infra.yml
3+ code-infra : https://raw.githubusercontent.com/mui/mui-public/0913e8254e8626b56e03ea048567da0273f0bd18 /.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@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
23+ uses : mui/mui-public/.github/workflows/ci-base.yml@0913e8254e8626b56e03ea048567da0273f0bd18
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@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
20+ uses : mui/mui-public/.github/workflows/ci-base.yml@0913e8254e8626b56e03ea048567da0273f0bd18
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@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
14+ uses : mui/mui-public/.github/workflows/issues_add-closing-message.yml@0913e8254e8626b56e03ea048567da0273f0bd18
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@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
15+ uses : mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@0913e8254e8626b56e03ea048567da0273f0bd18
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@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
50+ uses : mui/mui-public/.github/actions/publish-prepare@0913e8254e8626b56e03ea048567da0273f0bd18
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@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
71+ uses : mui/mui-public/.github/actions/publish-prepare@0913e8254e8626b56e03ea048567da0273f0bd18
7272 - name : Publish packages
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments