Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Feb 2, 2024
1 parent c0de4ff commit 32511cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Python 3.11

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

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 32511cc

Please sign in to comment.