Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

chore(deps): update swatinem/rust-cache action to v2 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
components: rustfmt, clippy

- name: Setup Rust cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Check for compile errors
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
components: rustfmt, clippy

- name: Setup Rust cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Setup QEMU
uses: docker/setup-qemu-action@v2
Expand Down