From f12685fc08ee2a270d0870dfc15a96394d3bee94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:35:43 +0000 Subject: [PATCH] Bump rui314/setup-mold Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from 0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 to b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e. - [Commits](https://github.com/rui314/setup-mold/compare/0bf4f07ef9048ec62a45f9dbf2f098afa49695f0...b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e) --- 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 22edb24..5331725 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@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 + - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e - name: Build run: make build @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 + - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e - name: Check formatting and clippy run: make lint @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 + - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e - name: Run unit tests run: make test