Skip to content

Commit 916e507

Browse files
authored
Merge pull request #83 from github/dependabot/github_actions/rui314/setup-mold-725a8794d15fc7563f59595bd9556495c0564878
Bump rui314/setup-mold from 7344740a9418dcdcb481c7df83d9fbd1d5072d7d to 725a8794d15fc7563f59595bd9556495c0564878
2 parents b996f77 + 6d5a8ed commit 916e507

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)