Skip to content

Commit

Permalink
Merge pull request #7 from Alzymologist/dependabot/github_actions/Swa…
Browse files Browse the repository at this point in the history
…tinem/rust-cache-2.7.3
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
2 parents 6528f86 + 6e49b10 commit eae3199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].3

- name: cargo clippy
run: cargo clippy --all-targets -- -D warnings
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version: 0.9

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].3

- name: cargo nextest
run: cargo nextest run

0 comments on commit eae3199

Please sign in to comment.