Skip to content

Commit 349bc3d

Browse files
Bump johnwason/vcpkg-action from 6 to 7 (#91)
Bumps [johnwason/vcpkg-action](https://github.com/johnwason/vcpkg-action) from 6 to 7. - [Release notes](https://github.com/johnwason/vcpkg-action/releases) - [Commits](johnwason/vcpkg-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 621e7af commit 349bc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
python-version: '${{ matrix.config.python_version }}'
205205
architecture: ${{ matrix.config.arch }}
206206
- name: vcpkg build
207-
uses: johnwason/vcpkg-action@v6
207+
uses: johnwason/vcpkg-action@v7
208208
with:
209209
pkgs: >-
210210
${{ env.VCPKG_PKGS }}
@@ -319,7 +319,7 @@ jobs:
319319
run: |
320320
brew install libomp cmake automake autoconf libtool gcc ninja swig
321321
- name: vcpkg build
322-
uses: johnwason/vcpkg-action@v6
322+
uses: johnwason/vcpkg-action@v7
323323
with:
324324
pkgs: >-
325325
${{ env.VCPKG_PKGS }}

0 commit comments

Comments
 (0)