From 303c0b075bf9dbbb623e1f26d5846e38f21ba332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:07:08 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.44.0 to 0.45.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/d485b24c1283deafc12b4b8ae90ff09c0d1eb972...1fd813945e55021261b381c59275db442da4082f) --- 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 1499831..f04d7d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare build tools - uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 + uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 with: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }}