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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 2f1c8c5 commit 36dca3a
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@8de9eea54963d01c1a6c200606257d65bd53bea1
- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e

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

- uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1
- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e

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

- uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1
- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e

- name: Run unit tests
run: make test

0 comments on commit 36dca3a

Please sign in to comment.