Skip to content

Commit

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

Bump Swatinem/rust-cache from 2.7.5 to 2.7.7
  • Loading branch information
sanders41 authored Jan 4, 2025
2 parents d6d3659 + b89cfd8 commit 2a5e4ea
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/[email protected].5
uses: Swatinem/[email protected].7
- 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/[email protected].5
uses: Swatinem/[email protected].7
- name: Run cargo fmt
run: cargo fmt --all -- --check
test:
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache dependencies
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 2a5e4ea

Please sign in to comment.