Skip to content

Commit

Permalink
Merge pull request #143 from Alzymologist/dependabot/github_actions/S…
Browse files Browse the repository at this point in the history
…watinem/rust-cache-2.7.3
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
2 parents 1ff5429 + 457457e commit 3a164b5
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/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.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/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: cargo nextest
run: cargo nextest run

0 comments on commit 3a164b5

Please sign in to comment.