From 6057d7c924d81b4228e3c5237a9ad8b7ccd3e584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:02:25 +0000 Subject: [PATCH] Bump rui314/setup-mold Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from 725a8794d15fc7563f59595bd9556495c0564878 to 9c9c13bf4c3f1adef0cc596abc155580bcb04444. - [Commits](https://github.com/rui314/setup-mold/compare/725a8794d15fc7563f59595bd9556495c0564878...9c9c13bf4c3f1adef0cc596abc155580bcb04444) --- updated-dependencies: - dependency-name: rui314/setup-mold dependency-version: 9c9c13bf4c3f1adef0cc596abc155580bcb04444 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40cc09f..6d00448 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 + - uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 - name: Build run: make build @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 + - uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 - name: Check formatting and clippy run: make lint @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 + - uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 - name: Run unit tests run: make test