Skip to content

Commit

Permalink
Merge pull request #166 from sanders41/dependabot/github_actions/Swat…
Browse files Browse the repository at this point in the history
…inem/rust-cache-2.7.1

Bump Swatinem/rust-cache from 2.7.0 to 2.7.1
  • Loading branch information
sanders41 authored Oct 24, 2023
2 parents 42baa7e + 1acd5c8 commit dcfa923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
override: true
components: clippy
- name: Cache dependencies
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
Expand All @@ -40,7 +40,7 @@ jobs:
override: true
components: rustfmt
- name: Cache dependencies
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1
- name: Run cargo fmt
run: cargo fmt --all -- --check
test:
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache dependencies
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit dcfa923

Please sign in to comment.