From 6666efdf6b889731fe6cdc603403c954d77e671b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:39:10 +0000 Subject: [PATCH] build(deps): bump rui314/setup-mold Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from 2e332a0b602c2fc65d2d3995941b1b29a5f554a0 to 0bf4f07ef9048ec62a45f9dbf2f098afa49695f0. - [Commits](https://github.com/rui314/setup-mold/compare/2e332a0b602c2fc65d2d3995941b1b29a5f554a0...0bf4f07ef9048ec62a45f9dbf2f098afa49695f0) --- updated-dependencies: - dependency-name: rui314/setup-mold dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95cf307c37..7f236947aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Setup mold if: ${{ matrix.cfg.mold == 'yes' }} - uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0 # v1 + uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 - name: Generate CMake run: cmake -B build -DDPP_NO_VCPKG=ON -DAVX_TYPE=AVX0 -DCMAKE_BUILD_TYPE=Release ${{matrix.cfg.cmake-flags}} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ce56c8c98a..f5883fc789 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -58,7 +58,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. - name: Setup mold - uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0 + uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 - name: Build run: cmake -B build -DDPP_NO_VCPKG=ON -DAVX_TYPE=AVX0 -DCMAKE_BUILD_TYPE=Release && cmake --build build -j4