From c7e6cd4e9a9ee613fabd61946792971b75904ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:02:51 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.39.0 to 0.41.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.39.0 to 0.41.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/6827680827d3638bbf0bf654901b95f16258a412...bfbfe9ca0b2c69a076f6513393d61fc478fb54f8) --- 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 0b0ceea..79038f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: packages: libevent-dev libuv1-dev libev-dev libglib2.0-dev version: 1.0 - name: Setup compiler - uses: aminya/setup-cpp@6827680827d3638bbf0bf654901b95f16258a412 # v0.39.0 + uses: aminya/setup-cpp@bfbfe9ca0b2c69a076f6513393d61fc478fb54f8 # v0.41.0 with: compiler: ${{ matrix.compiler }} - name: Setup CMake