chore: use actions/checkout@4 everywhere

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-09-05 10:09:36 -04:00
parent 82a1f99268
commit a449142802
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
name: Build wheels on macos-11
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0