Skip to content

Commit

Permalink
Merge pull request #29 from sorairolake/dependabot/github_actions/Swa…
Browse files Browse the repository at this point in the history
…tinem/rust-cache-2.6.0
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
2 parents eb5b81e + 2bf14fb commit 1f9ee3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.1
uses: Swatinem/rust-cache@v2.6.0
with:
key: ${{ matrix.target }}
- name: Run tests
Expand All @@ -66,7 +66,7 @@ jobs:
toolchain: stable
components: rustfmt
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.5.1
uses: Swatinem/rust-cache@v2.6.0
- name: Check code formatted
run: cargo fmt -- --check

Expand All @@ -82,7 +82,7 @@ jobs:
toolchain: stable
components: clippy
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.5.1
uses: Swatinem/rust-cache@v2.6.0
- name: Check no lint warnings
run: cargo clippy -- -D warnings
- name: Check no lint warnings (all features)
Expand Down

0 comments on commit 1f9ee3a

Please sign in to comment.