Skip to content

Commit

Permalink
chore: update GitHub Actions to use checkout@v4 and setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Dec 12, 2024
1 parent 179867c commit 515d6df
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ jobs:
arch: [auto, aarch64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up QEMU
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v1
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 515d6df

Please sign in to comment.