Skip to content

Commit

Permalink
CI: Migrate malfet/checkout to test-infra (#6053)
Browse files Browse the repository at this point in the history
We are migrating this action "malfet/checkout@silent-checkout" into
test-infra to have all the code hosted in our public repos.

Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall authored Jan 13, 2025
1 parent d156788 commit 9d37fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bc-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ runs:
path: _test-infra

- name: Checkout ${{ inputs.repo }}
uses: malfet/checkout@silent-checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.head_sha }}
fetch-depth: -1
submodules: false
quiet-checkout: true
show-progress: false
path: _repo

- name: Merge PR changes onto base
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-dependencies-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
echo "pr_number=$PR_NUMBER" >> "$GITHUB_OUTPUT"
- name: Checkout Pytorch repository
uses: malfet/checkout@silent-checkout
uses: actions/checkout@v4
with:
repository: pytorch/pytorch
fetch-depth: -1
submodules: false
quiet-checkout: true
show-progress: false

- name: Set up Git
shell: bash
Expand Down

0 comments on commit 9d37fcf

Please sign in to comment.