Skip to content

Commit da87c7a

Browse files
authored
Merge pull request #254 from rust-cli/renovate/swatinem-rust-cache-2.x
chore(deps): update swatinem/rust-cache action to v2
2 parents aad92c7 + dae35ac commit da87c7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: ${{ matrix.rust }}
4242
profile: minimal
4343
override: true
44-
- uses: Swatinem/rust-cache@v1
44+
- uses: Swatinem/rust-cache@v2
4545
- name: Build
4646
run: cargo test --no-run --workspace --all-features
4747
- name: Default features
@@ -66,7 +66,7 @@ jobs:
6666
toolchain: 1.60.0 # MSRV
6767
profile: minimal
6868
override: true
69-
- uses: Swatinem/rust-cache@v1
69+
- uses: Swatinem/rust-cache@v2
7070
- name: Default features
7171
run: cargo check --workspace --all-targets
7272
- name: All features
@@ -85,7 +85,7 @@ jobs:
8585
toolchain: stable
8686
profile: minimal
8787
override: true
88-
- uses: Swatinem/rust-cache@v1
88+
- uses: Swatinem/rust-cache@v2
8989
- name: Check documentation
9090
env:
9191
RUSTDOCFLAGS: -D warnings
@@ -105,7 +105,7 @@ jobs:
105105
profile: minimal
106106
override: true
107107
components: rustfmt
108-
- uses: Swatinem/rust-cache@v1
108+
- uses: Swatinem/rust-cache@v2
109109
- name: Check formatting
110110
run: cargo fmt --all -- --check
111111
clippy:
@@ -123,7 +123,7 @@ jobs:
123123
profile: minimal
124124
override: true
125125
components: clippy
126-
- uses: Swatinem/rust-cache@v1
126+
- uses: Swatinem/rust-cache@v2
127127
- uses: actions-rs/clippy-check@v1
128128
with:
129129
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)