Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
code-infra: https://raw.githubusercontent.com/mui/mui-public/e9b7cbb09759d50b3a1c391f6df49c19cfc927bc/.circleci/orbs/code-infra.yml
code-infra: https://raw.githubusercontent.com/mui/mui-public/0913e8254e8626b56e03ea048567da0273f0bd18/.circleci/orbs/code-infra.yml
aws-cli: circleci/aws-cli@5.4.1
aws-s3: circleci/aws-s3@4.1.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: {}
jobs:
continuous-releases:
name: Continuous releases
uses: mui/mui-public/.github/workflows/ci-base.yml@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
uses: mui/mui-public/.github/workflows/ci-base.yml@0913e8254e8626b56e03ea048567da0273f0bd18

test-dev:
if: ${{ github.actor != 'l10nbot' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: {}
jobs:
continuous-releases:
name: Continuous releases
uses: mui/mui-public/.github/workflows/ci-base.yml@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
uses: mui/mui-public/.github/workflows/ci-base.yml@0913e8254e8626b56e03ea048567da0273f0bd18

# Tests dev-only scripts across all supported dev environments
test-dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
add-comment:
name: Add closing message
if: github.event.issue.state_reason == 'completed'
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@0913e8254e8626b56e03ea048567da0273f0bd18
permissions:
contents: read
issues: write
2 changes: 1 addition & 1 deletion .github/workflows/create-cherry-pick-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: {}
jobs:
create_pr:
name: Create cherry-pick PR
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@0913e8254e8626b56e03ea048567da0273f0bd18
permissions:
contents: write
pull-requests: write
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ref: ${{ github.event_name == 'push' && github.sha || inputs.sha }}
fetch-depth: 0 # Fetch full history for proper git operations
- name: Prepare for publishing
uses: mui/mui-public/.github/actions/publish-prepare@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
uses: mui/mui-public/.github/actions/publish-prepare@0913e8254e8626b56e03ea048567da0273f0bd18
- name: Publish packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -68,7 +68,7 @@ jobs:
ref: ${{ inputs.sha }}
fetch-depth: 0 # Fetch full history for proper git operations
- name: Prepare for publishing
uses: mui/mui-public/.github/actions/publish-prepare@e9b7cbb09759d50b3a1c391f6df49c19cfc927bc
uses: mui/mui-public/.github/actions/publish-prepare@0913e8254e8626b56e03ea048567da0273f0bd18
- name: Publish packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading