From 5550f1b2ba169446b221642397800be3327499b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:15:41 +0000 Subject: [PATCH] Bump rui314/setup-mold Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from c9803d2102b7e020ad0ccd687c55b2ad8baf3496 to 8de9eea54963d01c1a6c200606257d65bd53bea1. - [Commits](https://github.com/rui314/setup-mold/compare/c9803d2102b7e020ad0ccd687c55b2ad8baf3496...8de9eea54963d01c1a6c200606257d65bd53bea1) --- 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 6cb354c..91f6abc 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@c9803d2102b7e020ad0ccd687c55b2ad8baf3496 + - uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1 - name: Build run: make build @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@c9803d2102b7e020ad0ccd687c55b2ad8baf3496 + - uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1 - name: Check formatting and clippy run: make lint @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@c9803d2102b7e020ad0ccd687c55b2ad8baf3496 + - uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1 - name: Run unit tests run: make test