Skip to content

Commit e8b89a8

Browse files
authored
chore: update sccache github action (#42)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent faa929c commit e8b89a8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
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/sccache-action@v0.0.7
160+
uses: mozilla-actions/sccache-action@v0.0.9
161161

162162
- name: Setup Environment (PR)
163163
if: ${{ github.event_name == 'pull_request' }}
@@ -190,7 +190,7 @@ jobs:
190190
- uses: dtolnay/rust-toolchain@stable
191191
with:
192192
components: rustfmt
193-
- uses: mozilla-actions/sccache-action@v0.0.7
193+
- uses: mozilla-actions/sccache-action@v0.0.9
194194
- uses: taiki-e/install-action@cargo-make
195195
- run: cargo make format-check
196196

@@ -207,7 +207,7 @@ jobs:
207207
with:
208208
toolchain: nightly-2024-11-30
209209
- name: Install sccache
210-
uses: mozilla-actions/sccache-action@v0.0.7
210+
uses: mozilla-actions/sccache-action@v0.0.9
211211

212212
- name: Docs
213213
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -226,7 +226,7 @@ jobs:
226226
with:
227227
components: clippy
228228
- name: Install sccache
229-
uses: mozilla-actions/sccache-action@v0.0.7
229+
uses: mozilla-actions/sccache-action@v0.0.9
230230

231231
# TODO: We have a bunch of platform-dependent code so should
232232
# probably run this job on the full platform matrix
@@ -253,7 +253,7 @@ jobs:
253253
with:
254254
toolchain: ${{ env.MSRV }}
255255
- name: Install sccache
256-
uses: mozilla-actions/sccache-action@v0.0.7
256+
uses: mozilla-actions/sccache-action@v0.0.9
257257

258258
- name: Check MSRV all features
259259
continue-on-error: true

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
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/sccache-action@v0.0.7
37+
uses: mozilla-actions/sccache-action@v0.0.9
3838

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

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
tool: nextest@0.9.80
7070

7171
- name: Install sccache
72-
uses: mozilla-actions/sccache-action@v0.0.7
72+
uses: mozilla-actions/sccache-action@v0.0.9
7373

7474
- name: Select features
7575
run: |
@@ -199,7 +199,7 @@ jobs:
199199
}
200200
201201
- name: Install sccache
202-
uses: mozilla-actions/sccache-action@v0.0.7
202+
uses: mozilla-actions/sccache-action@v0.0.9
203203

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

0 commit comments

Comments
 (0)