Skip to content

Commit

Permalink
Merge pull request #79 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.5
  • Loading branch information
cakebaker authored Jun 17, 2024
2 parents 4e44745 + 0f4e750 commit ea9f41b
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].4
- uses: mozilla-actions/[email protected].5
- 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].4
- uses: mozilla-actions/[email protected].5
- uses: DavidAnson/markdownlint-cli2-action@v16
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].4
- uses: mozilla-actions/[email protected].5
- 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].4
- uses: mozilla-actions/[email protected].5
- run: cargo install grcov
- name: Test
shell: bash
Expand Down

0 comments on commit ea9f41b

Please sign in to comment.