Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.3 #6

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
components: clippy,rustfmt

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

- name: Build | Clippy
run: cargo clippy -- -D warnings
Expand All @@ -40,7 +40,7 @@ jobs:
wasm32-unknown-unknown

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

- name: Build | Check bevy-rtc server (native)
run: cargo check -p bevy-rtc -F server
Expand Down