From 5fe6fa74a0deb18bb2849e513f0306634bb26372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:06:19 +0200 Subject: [PATCH] Update rui314/setup-mold digest to b395809 (#18577) --- .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 e3d1cc9518..a18c5e3939 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@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 + uses: rui314/setup-mold@b3958095189f34b95d402a680b6e96b7f194f7b9 # v1 - name: "Install cargo nextest" uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 with: @@ -295,7 +295,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install mold" - uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 + uses: rui314/setup-mold@b3958095189f34b95d402a680b6e96b7f194f7b9 # v1 - name: "Install cargo nextest" uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 with: @@ -380,7 +380,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install mold" - uses: rui314/setup-mold@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 + uses: rui314/setup-mold@b3958095189f34b95d402a680b6e96b7f194f7b9 # 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@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 + uses: rui314/setup-mold@b3958095189f34b95d402a680b6e96b7f194f7b9 # v1 - name: "Install cargo nextest" uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 with: diff --git a/.github/workflows/daily_fuzz.yaml b/.github/workflows/daily_fuzz.yaml index fea1adfc1b..751254bdc7 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@67424c1b3680e35255d95971cbd5de0047bf31c3 # v1 + uses: rui314/setup-mold@b3958095189f34b95d402a680b6e96b7f194f7b9 # v1 - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Build ruff # A debug build means the script runs slower once it gets started,