Skip to content
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

chore(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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/rust-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: Install sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
- name: cargo clippy
run: cargo clippy --all-targets --all-features --workspace -- -D warnings
doc:
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: Install sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
- name: cargo doc
run: cargo doc --no-deps --all-features --workspace
env:
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
- name: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: cargo hack
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install cargo minimal-versions
uses: taiki-e/install-action@cargo-minimal-versions
- name: Install sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
- name: rustup default stable
run: rustup default stable
- name: Check minimal versions
Expand All @@ -104,6 +104,6 @@ jobs:
with:
toolchain: ${{ matrix.msrv }}
- name: Install sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5
- name: cargo +${{ matrix.msrv }} check
run: cargo check --all-features --package edgehog-device-forwarder-proto
Loading