From 0d530dd543b7c7c18880ea54d4e559c4d3d72e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:48:30 +0000 Subject: [PATCH] Bump aminya/setup-cpp from 0.39.0 to 0.44.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.39.0 to 0.44.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/6827680827d3638bbf0bf654901b95f16258a412...d485b24c1283deafc12b4b8ae90ff09c0d1eb972) --- updated-dependencies: - dependency-name: aminya/setup-cpp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/weekly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index e363c01f..b225a81a 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -21,7 +21,7 @@ jobs: clang-version: [5, 7, 9, 11, 13, 15, 17, 18] steps: - name: Setup Clang - uses: aminya/setup-cpp@6827680827d3638bbf0bf654901b95f16258a412 # v0.39.0 + uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 with: llvm: ${{ matrix.clang-version }} - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 @@ -82,7 +82,7 @@ jobs: gcc-version: [7, 9, 11, 13] steps: - name: Setup GCC - uses: aminya/setup-cpp@6827680827d3638bbf0bf654901b95f16258a412 # v0.39.0 + uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 with: gcc: ${{ matrix.gcc-version }} - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0