Skip to content

Commit ab1abfa

Browse files
chore(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.7 to 0.0.8 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.7...v0.0.8) --- 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 faa929c commit ab1abfa

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].7
160+
uses: mozilla-actions/[email protected].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/[email protected].7
193+
- uses: mozilla-actions/[email protected].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/[email protected].7
210+
uses: mozilla-actions/[email protected].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/[email protected].7
229+
uses: mozilla-actions/[email protected].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/[email protected].7
256+
uses: mozilla-actions/[email protected].9
257257

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

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].7
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].7
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].7
202+
uses: mozilla-actions/[email protected].9
203203

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

0 commit comments

Comments
 (0)