Skip to content

Commit

Permalink
Merge pull request #92 from pbs-data-solutions/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/Swatinem/rust-cache-2.7.5

Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
  • Loading branch information
sanders41 authored Oct 14, 2024
2 parents 13624d1 + 4465bc1 commit 75dd5b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
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].3
uses: Swatinem/[email protected].5
- 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].3
uses: Swatinem/[email protected].5
- 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/[email protected].3
uses: Swatinem/[email protected].5
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 75dd5b0

Please sign in to comment.