Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent db2ba15 commit 6c29fd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
toolchain: 1.60.0 # MSRV
targets: ${{ matrix.target }}
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
with:
key: ${{ matrix.target }}
- name: Run tests
Expand All @@ -68,7 +68,7 @@ jobs:
toolchain: stable
components: rustfmt
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- name: Check code formatted
run: cargo fmt -- --check

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

Expand All @@ -118,6 +118,6 @@ jobs:
with:
toolchain: nightly
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- name: Run benchmarks
run: cargo bench

0 comments on commit 6c29fd6

Please sign in to comment.