From a10568d59962fac8d5de9b8ee6875b688adf3c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:43:29 +0000 Subject: [PATCH 1/2] build(deps): bump TheMrMilchmann/setup-msvc-dev from 3 to 4 Bumps [TheMrMilchmann/setup-msvc-dev](https://github.com/themrmilchmann/setup-msvc-dev) from 3 to 4. - [Release notes](https://github.com/themrmilchmann/setup-msvc-dev/releases) - [Commits](https://github.com/themrmilchmann/setup-msvc-dev/compare/v3...v4) --- updated-dependencies: - dependency-name: TheMrMilchmann/setup-msvc-dev dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 20b6a93..e61f48f 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Setup MSVC - uses: TheMrMilchmann/setup-msvc-dev@v3 + uses: TheMrMilchmann/setup-msvc-dev@v4 with: arch: x64 From 217f86552c91f26d6e5dd71f0a4fc341ab75e24c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:43:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/Linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 39a50ab..4a8296d 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -45,7 +45,8 @@ jobs: uses: actions/checkout@v4 - name: Fix - run: sudo apt-get -qq install --no-install-recommends -y libidn11-dev libidn12 libidn-dev ; sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12 /usr/lib/x86_64-linux-gnu/libidn.so.11 + run: sudo apt-get -qq install --no-install-recommends -y libidn11-dev libidn12 libidn-dev ; sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12 + /usr/lib/x86_64-linux-gnu/libidn.so.11 - name: Setup CMake uses: jwlawson/actions-setup-cmake@v2.0