File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
- uses : dtolnay/rust-toolchain@v1
29
29
with :
30
30
toolchain : ${{ matrix.rust }}
31
- - uses : Swatinem/rust-cache@v2.7.5
31
+ - uses : Swatinem/rust-cache@v2.8.0
32
32
- name : Install the latest version of uv
33
33
uses : astral-sh/setup-uv@v6
34
34
with :
Original file line number Diff line number Diff line change 29
29
with :
30
30
toolchain : ${{ matrix.rust }}
31
31
override : true
32
- - uses : Swatinem/rust-cache@v2.7.5
32
+ - uses : Swatinem/rust-cache@v2.8.0
33
33
- uses : taiki-e/install-action@cargo-hack
34
34
- name : Install Linux tooling for 32 bit builds
35
35
run : |
Original file line number Diff line number Diff line change 29
29
- uses : dtolnay/rust-toolchain@v1
30
30
with :
31
31
toolchain : ${{ matrix.rust }}
32
- - uses : Swatinem/rust-cache@v2.7.5
32
+ - uses : Swatinem/rust-cache@v2.8.0
33
33
- uses : taiki-e/install-action@cargo-hack
34
34
- run : sudo apt-get update -y
35
35
if : matrix.os == 'ubuntu-24.04'
74
74
with :
75
75
toolchain : ${{ matrix.rust }}
76
76
components : clippy
77
- - uses : Swatinem/rust-cache@v2.7.5
77
+ - uses : Swatinem/rust-cache@v2.8.0
78
78
- uses : taiki-e/install-action@cargo-hack
79
79
- name : update toolchain
80
80
run : rustup toolchain install
Original file line number Diff line number Diff line change 28
28
with :
29
29
toolchain : ${{ matrix.rust }}
30
30
override : true
31
- - uses : Swatinem/rust-cache@v2.7.5
31
+ - uses : Swatinem/rust-cache@v2.8.0
32
32
- run : sudo apt-get update -y
33
33
if : matrix.os == 'ubuntu-24.04'
34
34
- run : sudo apt-get install -y valgrind
You can’t perform that action at this time.
0 commit comments