From 361449ca6d2d451fff2deb1ec083da6ce861a754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 16:11:56 +0000 Subject: [PATCH] Bump johnwason/vcpkg-action from 6 to 7 Bumps [johnwason/vcpkg-action](https://github.com/johnwason/vcpkg-action) from 6 to 7. - [Release notes](https://github.com/johnwason/vcpkg-action/releases) - [Commits](https://github.com/johnwason/vcpkg-action/compare/v6...v7) --- updated-dependencies: - dependency-name: johnwason/vcpkg-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 33e13dc3..34904aa0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -204,7 +204,7 @@ jobs: python-version: '${{ matrix.config.python_version }}' architecture: ${{ matrix.config.arch }} - name: vcpkg build - uses: johnwason/vcpkg-action@v6 + uses: johnwason/vcpkg-action@v7 with: pkgs: >- ${{ env.VCPKG_PKGS }} @@ -319,7 +319,7 @@ jobs: run: | brew install libomp cmake automake autoconf libtool gcc ninja swig - name: vcpkg build - uses: johnwason/vcpkg-action@v6 + uses: johnwason/vcpkg-action@v7 with: pkgs: >- ${{ env.VCPKG_PKGS }}