From 8c758095e809287a0ee32b421424c3f1cdde0738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:12:06 +0000 Subject: [PATCH] Bump rui314/setup-mold Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e to bac87d5a5820d626ba77131fbbfbce77faf03b6e. - [Commits](https://github.com/rui314/setup-mold/compare/b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e...bac87d5a5820d626ba77131fbbfbce77faf03b6e) --- updated-dependencies: - dependency-name: rui314/setup-mold 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 5331725..391889a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e + - uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e - name: Build run: make build @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e + - uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e - name: Check formatting and clippy run: make lint @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e + - uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e - name: Run unit tests run: make test