Skip to content

Commit

Permalink
chore(ci): update gh action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 29, 2024
1 parent e1023cd commit 354381d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CIBW_SKIP: "cp36-* pp* *-win32 *musllinux*" # only using manylinux to build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@v1
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v2
name: Install Python
Expand Down

0 comments on commit 354381d

Please sign in to comment.