From 8bb39b4ecdc6308d3227117bd7b932b207c2af2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:05:08 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.38.1 to 0.38.3 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.38.1 to 0.38.3. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/55af62e5b45632550c628d026efc13773c921143...5962369655effd7210f2da2a84a9dbf2be48ca29) --- updated-dependencies: - dependency-name: aminya/setup-cpp dependency-type: direct:production update-type: version-update:semver-patch ... 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 c4df395..853d4d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: packages: libevent-dev libuv1-dev libev-dev libglib2.0-dev version: 1.0 - name: Setup compiler - uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1 + uses: aminya/setup-cpp@5962369655effd7210f2da2a84a9dbf2be48ca29 # v0.38.3 with: compiler: ${{ matrix.compiler }} - name: Setup CMake