From 8d82fe0f1294e2e87ae49cc986cb5db6b2f66767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:08:06 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.41.0 to 0.43.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.41.0 to 0.43.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/bfbfe9ca0b2c69a076f6513393d61fc478fb54f8...5f4f319fe8905945207f66b0a8e62e64d90ab225) --- updated-dependencies: - dependency-name: aminya/setup-cpp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd72e9..c36b73a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Prepare build tools - uses: aminya/setup-cpp@bfbfe9ca0b2c69a076f6513393d61fc478fb54f8 # v0.41.0 + uses: aminya/setup-cpp@5f4f319fe8905945207f66b0a8e62e64d90ab225 # v0.43.0 with: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }}