From 0f18ad7837eaba14220c3bc8c55f3666d3b83a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:43:31 +0000 Subject: [PATCH] Bump rui314/setup-mold Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from 702b1908b5edf30d71a8d1666b724e0f0c6fa035 to 7344740a9418dcdcb481c7df83d9fbd1d5072d7d. - [Commits](https://github.com/rui314/setup-mold/compare/702b1908b5edf30d71a8d1666b724e0f0c6fa035...7344740a9418dcdcb481c7df83d9fbd1d5072d7d) --- updated-dependencies: - dependency-name: rui314/setup-mold dependency-version: 7344740a9418dcdcb481c7df83d9fbd1d5072d7d 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 44e0ab7..a334ddd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@702b1908b5edf30d71a8d1666b724e0f0c6fa035 + - uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d - name: Build run: make build @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@702b1908b5edf30d71a8d1666b724e0f0c6fa035 + - uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d - name: Check formatting and clippy run: make lint @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@702b1908b5edf30d71a8d1666b724e0f0c6fa035 + - uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d - name: Run unit tests run: make test