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 c9803d2102b7e020ad0ccd687c55b2ad8baf3496 to 8de9eea54963d01c1a6c200606257d65bd53bea1.
- [Commits](rui314/setup-mold@c9803d2...8de9eea)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 76647e4 commit 5550f1b
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@c9803d2102b7e020ad0ccd687c55b2ad8baf3496
- uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1

- name: Build
run: make build
Expand All @@ -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
Expand All @@ -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

0 comments on commit 5550f1b

Please sign in to comment.