Skip to content

Commit

Permalink
Merge pull request #18 from somehowchris/renovate/swatinem-rust-cache…
Browse files Browse the repository at this point in the history
…-2.x

chore(deps): update swatinem/rust-cache action to v2.7.3
  • Loading branch information
somehowchris authored Feb 13, 2024
2 parents 43af2d5 + 9a73c88 commit 7bd6e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true

- uses: Swatinem/rust-cache@v2.0.0
- uses: Swatinem/rust-cache@v2.7.3

- name: Test Dev
run: cargo test --all-features --workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
toolchain: stable

- uses: Swatinem/rust-cache@v2.0.0
- uses: Swatinem/rust-cache@v2.7.3

- name: Run fmt
run: cargo fmt -- --check
Expand Down

0 comments on commit 7bd6e29

Please sign in to comment.