Skip to content

Commit 6c72d29

Browse files
chore(deps): bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 in the github-actions group (#41)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e68fe0 commit 6c72d29

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
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
fetch-depth: 0
185185
- name: Install sccache
186-
uses: mozilla-actions/[email protected].7
186+
uses: mozilla-actions/[email protected].9
187187

188188
- name: Setup Environment (PR)
189189
if: ${{ github.event_name == 'pull_request' }}
@@ -215,7 +215,7 @@ jobs:
215215
- uses: dtolnay/rust-toolchain@stable
216216
with:
217217
components: rustfmt
218-
- uses: mozilla-actions/[email protected].7
218+
- uses: mozilla-actions/[email protected].9
219219
- uses: taiki-e/install-action@cargo-make
220220
- run: cargo make format-check
221221

@@ -232,7 +232,7 @@ jobs:
232232
with:
233233
toolchain: nightly-2024-11-30
234234
- name: Install sccache
235-
uses: mozilla-actions/[email protected].7
235+
uses: mozilla-actions/[email protected].9
236236

237237
- name: Docs
238238
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -251,7 +251,7 @@ jobs:
251251
with:
252252
components: clippy
253253
- name: Install sccache
254-
uses: mozilla-actions/[email protected].7
254+
uses: mozilla-actions/[email protected].9
255255

256256
# TODO: We have a bunch of platform-dependent code so should
257257
# probably run this job on the full platform matrix
@@ -278,7 +278,7 @@ jobs:
278278
with:
279279
toolchain: ${{ env.MSRV }}
280280
- name: Install sccache
281-
uses: mozilla-actions/[email protected].7
281+
uses: mozilla-actions/[email protected].9
282282

283283
- name: Check MSRV all features
284284
run: |

.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/[email protected].7
37+
uses: mozilla-actions/[email protected].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
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)