Skip to content

Commit bfd6cbd

Browse files
chore(deps): bump the actions group with 2 updates (#6027)
1 parent d2413f5 commit bfd6cbd

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
debug: ${{ matrix.python-debug }}
303303

304304
- name: Update CMake
305-
uses: jwlawson/actions-setup-cmake@v2.1
305+
uses: jwlawson/actions-setup-cmake@v2.2
306306

307307
- name: Valgrind cache
308308
if: matrix.valgrind
@@ -570,7 +570,7 @@ jobs:
570570
run: python3 -m pip install --upgrade pip
571571

572572
- name: Update CMake
573-
uses: jwlawson/actions-setup-cmake@v2.1
573+
uses: jwlawson/actions-setup-cmake@v2.2
574574

575575
- name: Configure
576576
shell: bash
@@ -906,7 +906,7 @@ jobs:
906906
${{ matrix.python == '3.13' && runner.os == 'Windows' }}
907907
908908
- name: Update CMake
909-
uses: jwlawson/actions-setup-cmake@v2.1
909+
uses: jwlawson/actions-setup-cmake@v2.2
910910

911911
- name: Prepare MSVC
912912
uses: ilammy/msvc-dev-cmd@v1.13.0
@@ -956,7 +956,7 @@ jobs:
956956
architecture: x86
957957

958958
- name: Update CMake
959-
uses: jwlawson/actions-setup-cmake@v2.1
959+
uses: jwlawson/actions-setup-cmake@v2.2
960960

961961
- name: Prepare MSVC
962962
uses: ilammy/msvc-dev-cmd@v1.13.0
@@ -1007,7 +1007,7 @@ jobs:
10071007
run: python3 -m pip install -r tests/requirements.txt
10081008

10091009
- name: Update CMake
1010-
uses: jwlawson/actions-setup-cmake@v2.1
1010+
uses: jwlawson/actions-setup-cmake@v2.2
10111011

10121012
- name: Configure C++20
10131013
run: >
@@ -1189,7 +1189,7 @@ jobs:
11891189
python-version: ${{ matrix.python }}
11901190

11911191
- name: Update CMake
1192-
uses: jwlawson/actions-setup-cmake@v2.1
1192+
uses: jwlawson/actions-setup-cmake@v2.2
11931193

11941194
- name: Install ninja-build tool
11951195
uses: seanmiddleditch/gha-setup-ninja@v6

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# An action for adding a specific version of CMake:
6565
# https://github.com/jwlawson/actions-setup-cmake
6666
- name: Setup CMake ${{ matrix.cmake }}
67-
uses: jwlawson/actions-setup-cmake@v2.1
67+
uses: jwlawson/actions-setup-cmake@v2.2
6868
with:
6969
cmake-version: ${{ matrix.cmake }}
7070

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@v3.3
25+
- uses: pypa/cibuildwheel@v3.4
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
4646
- run: brew uninstall cmake && brew install cmake
4747

48-
- uses: pypa/cibuildwheel@v3.3
48+
- uses: pypa/cibuildwheel@v3.4
4949
env:
5050
CIBW_PLATFORM: ios
5151
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
@@ -70,7 +70,7 @@ jobs:
7070
if: contains(matrix.runs-on, 'macos')
7171
run: echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
7272

73-
- uses: pypa/cibuildwheel@v3.3
73+
- uses: pypa/cibuildwheel@v3.4
7474
env:
7575
CIBW_PLATFORM: android
7676
with:

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: sudo apt-get install libboost-dev
3737

3838
- name: Update CMake
39-
uses: jwlawson/actions-setup-cmake@v2.1
39+
uses: jwlawson/actions-setup-cmake@v2.2
4040

4141
- name: Run pip installs
4242
run: |

0 commit comments

Comments
 (0)