Skip to content

Commit 93a41e0

Browse files
build(deps): bump mozilla-actions/sccache-action
Bumps the github-actions group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.8 to 0.0.9 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.8...v0.0.9) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31dc5c5 commit 93a41e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: .github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
fetch-depth: 0
159159
- name: Install sccache
160-
uses: mozilla-actions/[email protected].8
160+
uses: mozilla-actions/[email protected].9
161161

162162
- name: Setup Environment (PR)
163163
if: ${{ github.event_name == 'pull_request' }}
@@ -189,7 +189,7 @@ jobs:
189189
- uses: dtolnay/rust-toolchain@stable
190190
with:
191191
components: rustfmt
192-
- uses: mozilla-actions/[email protected].8
192+
- uses: mozilla-actions/[email protected].9
193193
- uses: taiki-e/install-action@cargo-make
194194
- run: cargo make format-check
195195

@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
toolchain: nightly-2024-11-30
208208
- name: Install sccache
209-
uses: mozilla-actions/[email protected].8
209+
uses: mozilla-actions/[email protected].9
210210

211211
- name: Docs
212212
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -225,7 +225,7 @@ jobs:
225225
with:
226226
components: clippy
227227
- name: Install sccache
228-
uses: mozilla-actions/[email protected].8
228+
uses: mozilla-actions/[email protected].9
229229

230230
# TODO: We have a bunch of platform-dependent code so should
231231
# probably run this job on the full platform matrix
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
toolchain: ${{ env.MSRV }}
254254
- name: Install sccache
255-
uses: mozilla-actions/[email protected].8
255+
uses: mozilla-actions/[email protected].9
256256

257257
- name: Check MSRV all features
258258
run: |

Diff for: .github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
toolchain: nightly-2024-11-30
3636
- name: Install sccache
37-
uses: mozilla-actions/[email protected].8
37+
uses: mozilla-actions/[email protected].9
3838

3939
- name: Generate Docs
4040
run: cargo doc --workspace --all-features --no-deps

Diff for: .github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070

7171
- name: Install sccache
72-
uses: mozilla-actions/[email protected].8
72+
uses: mozilla-actions/[email protected].9
7373

7474
- name: Select features
7575
run: |
@@ -199,7 +199,7 @@ jobs:
199199
}
200200
201201
- name: Install sccache
202-
uses: mozilla-actions/[email protected].8
202+
uses: mozilla-actions/[email protected].9
203203

204204
- uses: msys2/setup-msys2@v2
205205

0 commit comments

Comments
 (0)