Skip to content

Commit 7d75cfb

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.6) --- 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 b75485b commit 7d75cfb

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
@@ -53,7 +53,7 @@ jobs:
5353
aarch64-unknown-linux-gnu
5454
5555
- name: Setup sccache
56-
uses: mozilla-actions/[email protected].5
56+
uses: mozilla-actions/[email protected].6
5757

5858
- name: Install zig
5959
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].5
153+
uses: mozilla-actions/[email protected].6
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].5
212+
uses: mozilla-actions/[email protected].6
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].5
274+
uses: mozilla-actions/[email protected].6
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
@@ -132,7 +132,7 @@ jobs:
132132
run: make
133133

134134
- name: Setup sccache
135-
uses: mozilla-actions/[email protected].5
135+
uses: mozilla-actions/[email protected].6
136136

137137
- name: Download grcov
138138
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].5
31+
uses: mozilla-actions/[email protected].6
3232

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

0 commit comments

Comments
 (0)