Skip to content

Commit 2e9624d

Browse files
committed
update actions/checkout to v5 and cibuildwheel to v3.3.1
1 parent e41f342 commit 2e9624d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: macOS - Set up Fortran
2626
if: runner.os == 'macOS'
@@ -43,7 +43,7 @@ jobs:
4343
# echo "C:/msys64/mingw64/bin" >> $GITHUB_PATH
4444
4545
- name: Build wheels
46-
uses: pypa/cibuildwheel@v2.22.0
46+
uses: pypa/cibuildwheel@v3.3.1
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
4949
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"

0 commit comments

Comments
 (0)