Skip to content

Commit 3fbcef1

Browse files
committed
Update checkout
1 parent 985f3cd commit 3fbcef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu-22.04, macos-12]
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
submodules: true
2525
- name: Build wheels
@@ -31,7 +31,7 @@ jobs:
3131
name: Build source distribution
3232
runs-on: ubuntu-22.04
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
submodules: true
3737
- name: Build sdist

0 commit comments

Comments
 (0)