Skip to content

Commit aa21ea6

Browse files
committed
Bump rust-cache to v2.
1 parent c8c9103 commit aa21ea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
profile: minimal
2424
components: rustfmt, clippy
2525
default: true
26-
- uses: Swatinem/rust-cache@v1
26+
- uses: Swatinem/rust-cache@v2
2727
continue-on-error: true
2828
- run: ./x.py check
2929

@@ -111,7 +111,7 @@ jobs:
111111
toolchain: 1.48.0
112112
profile: minimal
113113
default: true
114-
- uses: Swatinem/rust-cache@v1
114+
- uses: Swatinem/rust-cache@v2
115115
with:
116116
working-directory: examples/simple
117117
continue-on-error: true
@@ -165,7 +165,7 @@ jobs:
165165
toolchain: stable
166166
profile: minimal
167167
default: true
168-
- uses: Swatinem/rust-cache@v1
168+
- uses: Swatinem/rust-cache@v2
169169
continue-on-error: true
170170
- name: Test examples
171171
run: |
@@ -185,7 +185,7 @@ jobs:
185185
architecture: x64
186186
- name: Install numpy
187187
run: pip install numpy
188-
- uses: Swatinem/rust-cache@v1
188+
- uses: Swatinem/rust-cache@v2
189189
continue-on-error: true
190190
- uses: actions-rs/toolchain@v1
191191
with:

0 commit comments

Comments
 (0)