Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.1 to 2.7.3 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
1 parent 776387b commit 029aafe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3
with:
key: ${{ matrix.target }}
- name: Run tests
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
toolchain: stable
components: rustfmt
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3
- name: Check code formatted
run: cargo fmt -- --check

Expand All @@ -88,7 +88,7 @@ jobs:
toolchain: stable
components: clippy
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3
- name: Check no lint warnings
run: cargo clippy -- -D warnings
- name: Check no lint warnings (all features)
Expand All @@ -107,7 +107,7 @@ jobs:
with:
toolchain: stable
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3
- name: Check no `rustdoc` lint warnings
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items --all-features

Expand Down

0 comments on commit 029aafe

Please # to comment.