From bdc541cdb72dcf5bbef0cc10ff914ee4329246f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:48:26 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.38.3 to 0.39.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.38.3 to 0.39.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/5962369655effd7210f2da2a84a9dbf2be48ca29...6827680827d3638bbf0bf654901b95f16258a412) --- 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 ce1fa9e..c80e7e8 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@5962369655effd7210f2da2a84a9dbf2be48ca29 # v0.38.3 + uses: aminya/setup-cpp@6827680827d3638bbf0bf654901b95f16258a412 # v0.39.0 with: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }}