Skip to content

build(deps): bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 in the github-actions group #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ jobs:
with:
fetch-depth: 0
- name: Install sccache
uses: mozilla-actions/[email protected].8
uses: mozilla-actions/[email protected].9

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

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

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

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

- name: Check MSRV all features
run: |
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
with:
toolchain: nightly-2024-11-30
- name: Install sccache
uses: mozilla-actions/[email protected].8
uses: mozilla-actions/[email protected].9

- name: Generate Docs
run: cargo doc --workspace --all-features --no-deps
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ jobs:
tool: [email protected]

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

- name: Select features
run: |
@@ -199,7 +199,7 @@ jobs:
}

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

- uses: msys2/setup-msys2@v2