From 0fde7389150af7f96dfb4a0814e31ea5d9449da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:01:10 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.45.0 to 0.46.0 in the github-actions group Bumps the github-actions group with 1 update: [aminya/setup-cpp](https://github.com/aminya/setup-cpp). Updates `aminya/setup-cpp` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/1fd813945e55021261b381c59275db442da4082f...12e62a1b8da8f1e66acc75305a2621234ef49dd0) --- updated-dependencies: - dependency-name: aminya/setup-cpp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index c0858cd58..865281b19 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -66,7 +66,7 @@ jobs: submodule update --init --recursive --depth 1 --single-branch -j 10 - name: Setup Cpp - uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 + uses: aminya/setup-cpp@12e62a1b8da8f1e66acc75305a2621234ef49dd0 # v0.46.0 with: compiler: llvm vcvarsall: true