Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump Swatinem/rust-cache from 2.4.0 to 2.6.0 #950

Closed
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
profile: minimal

- name: Rust cache
uses: Swatinem/rust-cache@v2.4.0
uses: Swatinem/rust-cache@v2.6.0

- name: Build farcaster daemon
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
components: clippy

- name: Rust cache
uses: Swatinem/rust-cache@v2.4.0
uses: Swatinem/rust-cache@v2.6.0

- name: Run Clippy
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
override: true

- name: Rust cache
uses: Swatinem/rust-cache@v2.4.0
uses: Swatinem/rust-cache@v2.6.0

- name: Cargo test
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
run: DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev pkg-config build-essential cmake

- name: Rust cache
uses: Swatinem/rust-cache@v2.4.0
uses: Swatinem/rust-cache@v2.6.0
with:
key: ${{ matrix.test }}

Expand Down
Loading