mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-14 02:03:34 +00:00
chore(deps): bump the actions group with 2 updates (#6027)
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -302,7 +302,7 @@ jobs:
|
||||
debug: ${{ matrix.python-debug }}
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Valgrind cache
|
||||
if: matrix.valgrind
|
||||
@@ -570,7 +570,7 @@ jobs:
|
||||
run: python3 -m pip install --upgrade pip
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Configure
|
||||
shell: bash
|
||||
@@ -906,7 +906,7 @@ jobs:
|
||||
${{ matrix.python == '3.13' && runner.os == 'Windows' }}
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Prepare MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1.13.0
|
||||
@@ -956,7 +956,7 @@ jobs:
|
||||
architecture: x86
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Prepare MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1.13.0
|
||||
@@ -1007,7 +1007,7 @@ jobs:
|
||||
run: python3 -m pip install -r tests/requirements.txt
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Configure C++20
|
||||
run: >
|
||||
@@ -1189,7 +1189,7 @@ jobs:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Install ninja-build tool
|
||||
uses: seanmiddleditch/gha-setup-ninja@v6
|
||||
|
||||
2
.github/workflows/configure.yml
vendored
2
.github/workflows/configure.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
# An action for adding a specific version of CMake:
|
||||
# https://github.com/jwlawson/actions-setup-cmake
|
||||
- name: Setup CMake ${{ matrix.cmake }}
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
with:
|
||||
cmake-version: ${{ matrix.cmake }}
|
||||
|
||||
|
||||
6
.github/workflows/tests-cibw.yml
vendored
6
.github/workflows/tests-cibw.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pypa/cibuildwheel@v3.3
|
||||
- uses: pypa/cibuildwheel@v3.4
|
||||
env:
|
||||
PYODIDE_BUILD_EXPORTS: whole_archive
|
||||
with:
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
|
||||
- run: brew uninstall cmake && brew install cmake
|
||||
|
||||
- uses: pypa/cibuildwheel@v3.3
|
||||
- uses: pypa/cibuildwheel@v3.4
|
||||
env:
|
||||
CIBW_PLATFORM: ios
|
||||
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
if: contains(matrix.runs-on, 'macos')
|
||||
run: echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
|
||||
|
||||
- uses: pypa/cibuildwheel@v3.3
|
||||
- uses: pypa/cibuildwheel@v3.4
|
||||
env:
|
||||
CIBW_PLATFORM: android
|
||||
with:
|
||||
|
||||
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
run: sudo apt-get install libboost-dev
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2.1
|
||||
uses: jwlawson/actions-setup-cmake@v2.2
|
||||
|
||||
- name: Run pip installs
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user