From 05a676e15fce4047ce58e2f75ee70c0e48aea41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:55:55 +0000 Subject: [PATCH] Bump johnwason/vcpkg-action from 7 to 8 Bumps [johnwason/vcpkg-action](https://github.com/johnwason/vcpkg-action) from 7 to 8. - [Release notes](https://github.com/johnwason/vcpkg-action/releases) - [Commits](https://github.com/johnwason/vcpkg-action/compare/v7...v8) --- updated-dependencies: - dependency-name: johnwason/vcpkg-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pythonpackage.yml | 2 +- .github/workflows/windows-wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index cdfee441..18fd81f5 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -35,7 +35,7 @@ jobs: brew install subversion pkg-config apr apr-util if: "matrix.os == 'macos-latest'" - name: Install dependencies (Windows) - uses: johnwason/vcpkg-action@v7 + uses: johnwason/vcpkg-action@v8 id: vcpkg with: pkgs: subversion diff --git a/.github/workflows/windows-wheels.yml b/.github/workflows/windows-wheels.yml index a52acbff..4169d43a 100644 --- a/.github/workflows/windows-wheels.yml +++ b/.github/workflows/windows-wheels.yml @@ -28,7 +28,7 @@ jobs: set PATH=%Python3_ROOT_DIR%\Scripts;%PATH% pip install build cibuildwheel pytest - name: Install build dependencies with vcpkg - uses: johnwason/vcpkg-action@v7 + uses: johnwason/vcpkg-action@v8 id: vcpkg continue-on-error: true with: