Skip to content

Commit f4e6714

Browse files
authored
Merge pull request #116 from epage/dependabot/github_actions/Swatinem/rust-cache-2
chore(deps): Bump Swatinem/rust-cache from 1 to 2
2 parents 45caa34 + 600ed89 commit f4e6714

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
toolchain: ${{ matrix.rust }}
6161
profile: minimal
6262
override: true
63-
- uses: Swatinem/rust-cache@v1
63+
- uses: Swatinem/rust-cache@v2
6464
- name: Build
6565
run: cargo test --no-run --workspace --all-features
6666
- name: Default features
@@ -87,7 +87,7 @@ jobs:
8787
toolchain: stable
8888
profile: minimal
8989
override: true
90-
- uses: Swatinem/rust-cache@v1
90+
- uses: Swatinem/rust-cache@v2
9191
- name: Build debug
9292
run: cargo build
9393
- name: Install file association
@@ -111,7 +111,7 @@ jobs:
111111
toolchain: 1.60.0 # MSRV
112112
profile: minimal
113113
override: true
114-
- uses: Swatinem/rust-cache@v1
114+
- uses: Swatinem/rust-cache@v2
115115
- name: Default features
116116
run: cargo check --workspace --all-targets
117117
- name: All features
@@ -130,7 +130,7 @@ jobs:
130130
toolchain: stable
131131
profile: minimal
132132
override: true
133-
- uses: Swatinem/rust-cache@v1
133+
- uses: Swatinem/rust-cache@v2
134134
- name: Check documentation
135135
env:
136136
RUSTDOCFLAGS: -D warnings
@@ -150,7 +150,7 @@ jobs:
150150
profile: minimal
151151
override: true
152152
components: rustfmt
153-
- uses: Swatinem/rust-cache@v1
153+
- uses: Swatinem/rust-cache@v2
154154
- name: Check formatting
155155
run: cargo fmt --all -- --check
156156
clippy:
@@ -166,7 +166,7 @@ jobs:
166166
profile: minimal
167167
override: true
168168
components: clippy
169-
- uses: Swatinem/rust-cache@v1
169+
- uses: Swatinem/rust-cache@v2
170170
- uses: actions-rs/clippy-check@v1
171171
with:
172172
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/rust-next.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
toolchain: ${{ matrix.rust }}
4343
profile: minimal
4444
override: true
45-
- uses: Swatinem/rust-cache@v1
45+
- uses: Swatinem/rust-cache@v2
4646
- name: Build
4747
run: cargo test --no-run --workspace --all-features
4848
- name: Default features
@@ -77,7 +77,7 @@ jobs:
7777
profile: minimal
7878
override: true
7979
components: rustfmt
80-
- uses: Swatinem/rust-cache@v1
80+
- uses: Swatinem/rust-cache@v2
8181
- name: Check formatting
8282
run: cargo fmt --all -- --check
8383
clippy:
@@ -99,7 +99,7 @@ jobs:
9999
profile: minimal
100100
override: true
101101
components: clippy
102-
- uses: Swatinem/rust-cache@v1
102+
- uses: Swatinem/rust-cache@v2
103103
- uses: actions-rs/clippy-check@v1
104104
with:
105105
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)