Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 66b2521

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump mozilla-actions/sccache-action from 0.0.3 to 0.0.4
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 541b6b8 commit 66b2521

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
aarch64-apple-darwin
5858
5959
- name: Setup sccache
60-
uses: mozilla-actions/[email protected].3
60+
uses: mozilla-actions/[email protected].4
6161

6262
- name: Install zig
6363
uses: goto-bus-stop/setup-zig@v2

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
rustup default stable
151151
152152
- name: Setup sccache
153-
uses: mozilla-actions/[email protected].3
153+
uses: mozilla-actions/[email protected].4
154154

155155
- name: Install Node
156156
uses: actions/[email protected]
@@ -209,7 +209,7 @@ jobs:
209209
run: make
210210

211211
- name: Setup sccache
212-
uses: mozilla-actions/[email protected].3
212+
uses: mozilla-actions/[email protected].4
213213

214214
- name: Run clippy
215215
run: |
@@ -271,7 +271,7 @@ jobs:
271271
run: make
272272

273273
- name: Setup sccache
274-
uses: mozilla-actions/[email protected].3
274+
uses: mozilla-actions/[email protected].4
275275

276276
- name: Test
277277
id: test

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: make
131131

132132
- name: Setup sccache
133-
uses: mozilla-actions/[email protected].3
133+
uses: mozilla-actions/[email protected].4
134134

135135
- name: Download grcov
136136
run: |

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
rustup default stable
2929
3030
- name: Setup sccache
31-
uses: mozilla-actions/[email protected].3
31+
uses: mozilla-actions/[email protected].4
3232

3333
- name: Setup mdBook
3434
uses: peaceiris/[email protected]

0 commit comments

Comments
 (0)