Skip to content

Commit

Permalink
Bump rui314/setup-mold
Browse files Browse the repository at this point in the history
Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from bac87d5a5820d626ba77131fbbfbce77faf03b6e to f80524ca6eeaa76759b57fb78ddce5d87a20c720.
- [Commits](rui314/setup-mold@bac87d5...f80524c)

---
updated-dependencies:
- dependency-name: rui314/setup-mold
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 9af9f3c commit fdcc1cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e
- uses: rui314/setup-mold@f80524ca6eeaa76759b57fb78ddce5d87a20c720

- name: Build
run: make build
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e
- uses: rui314/setup-mold@f80524ca6eeaa76759b57fb78ddce5d87a20c720

- name: Check formatting and clippy
run: make lint
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e
- uses: rui314/setup-mold@f80524ca6eeaa76759b57fb78ddce5d87a20c720

- name: Run unit tests
run: make test

0 comments on commit fdcc1cc

Please sign in to comment.