Skip to content

Commit

Permalink
Merge pull request #83 from uutils/renovate/mozilla-actions-sccache-a…
Browse files Browse the repository at this point in the history
…ction-0.x

chore(deps): update mozilla-actions/sccache-action action to v0.0.6
  • Loading branch information
cakebaker authored Sep 27, 2024
2 parents cdf0d7a + e60787f commit 008492d
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 008492d

Please sign in to comment.