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): update mozilla-actions/sccache-action action to v0.0.6 #83

Merged
merged 1 commit into from
Sep 27, 2024
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- run: cargo fmt --all -- --check

style_lint:
Expand All @@ -47,7 +47,7 @@ jobs:
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
fix: true
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- name: Build/Test Info
shell: bash
run: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
toolchain: ${{ steps.vars.outputs.TOOLCHAIN }}
components: llvm-tools
- uses: Swatinem/rust-cache@v2
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- run: cargo install grcov
- name: Test
shell: bash
Expand Down
Loading