Skip to content

Commit

Permalink
Fix CM github action
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jun 8, 2024
1 parent fb9382d commit 9fde090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
on: [ubuntu-latest, windows-latest]
runs-on: "${{ matrix.on }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 9fde090

Please sign in to comment.