Skip to content

Commit 6d5a8ed

Browse files
Bump rui314/setup-mold
Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from 7344740a9418dcdcb481c7df83d9fbd1d5072d7d to 725a8794d15fc7563f59595bd9556495c0564878. - [Commits](rui314/setup-mold@7344740...725a879) --- updated-dependencies: - dependency-name: rui314/setup-mold dependency-version: 725a8794d15fc7563f59595bd9556495c0564878 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5400b0f commit 6d5a8ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525

26-
- uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d
26+
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878
2727

2828
- name: Build
2929
run: make build
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v5
4040

41-
- uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d
41+
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878
4242

4343
- name: Check formatting and clippy
4444
run: make lint
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v5
5151

52-
- uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d
52+
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878
5353

5454
- name: Run unit tests
5555
run: make test

0 commit comments

Comments
 (0)