From 1f7134f727fdbe74da2dbbd577500341963cd04b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 07:43:52 +0200 Subject: [PATCH] Update rui314/setup-mold digest to 67424c1 (#18300) --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/daily_fuzz.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fea84d9456..dd16b14a4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -237,7 +237,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install mold" - uses: rui314/setup-mold@e16410e7f8d9e167b74ad5697a9089a35126eb50 # v1 + uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 - name: "Install cargo nextest" uses: taiki-e/install-action@6c6479b49816fcc0975a31af977bdc1f847c2920 # v2.52.1 with: @@ -295,7 +295,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install mold" - uses: rui314/setup-mold@e16410e7f8d9e167b74ad5697a9089a35126eb50 # v1 + uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 - name: "Install cargo nextest" uses: taiki-e/install-action@6c6479b49816fcc0975a31af977bdc1f847c2920 # v2.52.1 with: @@ -380,7 +380,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install mold" - uses: rui314/setup-mold@e16410e7f8d9e167b74ad5697a9089a35126eb50 # v1 + uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 - name: "Build" run: cargo build --release --locked @@ -405,7 +405,7 @@ jobs: MSRV: ${{ steps.msrv.outputs.value }} run: rustup default "${MSRV}" - name: "Install mold" - uses: rui314/setup-mold@e16410e7f8d9e167b74ad5697a9089a35126eb50 # v1 + uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 - name: "Install cargo nextest" uses: taiki-e/install-action@6c6479b49816fcc0975a31af977bdc1f847c2920 # v2.52.1 with: diff --git a/.github/workflows/daily_fuzz.yaml b/.github/workflows/daily_fuzz.yaml index 9ea4fa2271..fea1adfc1b 100644 --- a/.github/workflows/daily_fuzz.yaml +++ b/.github/workflows/daily_fuzz.yaml @@ -38,7 +38,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install mold" - uses: rui314/setup-mold@e16410e7f8d9e167b74ad5697a9089a35126eb50 # v1 + uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Build ruff # A debug build means the script runs slower once it gets started,