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 2828 - uses : dtolnay/rust-toolchain@v1
2929 with :
3030 toolchain : ${{ matrix.rust }}
31- - uses : Swatinem/rust-cache@v2.7.5
31+ - uses : Swatinem/rust-cache@v2.8.0
3232 - name : Install the latest version of uv
3333 uses : astral-sh/setup-uv@v6
3434 with :
Original file line number Diff line number Diff line change 2929 with :
3030 toolchain : ${{ matrix.rust }}
3131 override : true
32- - uses : Swatinem/rust-cache@v2.7.5
32+ - uses : Swatinem/rust-cache@v2.8.0
3333 - uses : taiki-e/install-action@cargo-hack
3434 - name : Install Linux tooling for 32 bit builds
3535 run : |
Original file line number Diff line number Diff line change 2929 - uses : dtolnay/rust-toolchain@v1
3030 with :
3131 toolchain : ${{ matrix.rust }}
32- - uses : Swatinem/rust-cache@v2.7.5
32+ - uses : Swatinem/rust-cache@v2.8.0
3333 - uses : taiki-e/install-action@cargo-hack
3434 - run : sudo apt-get update -y
3535 if : matrix.os == 'ubuntu-24.04'
7474 with :
7575 toolchain : ${{ matrix.rust }}
7676 components : clippy
77- - uses : Swatinem/rust-cache@v2.7.5
77+ - uses : Swatinem/rust-cache@v2.8.0
7878 - uses : taiki-e/install-action@cargo-hack
7979 - name : update toolchain
8080 run : rustup toolchain install
Original file line number Diff line number Diff line change 2828 with :
2929 toolchain : ${{ matrix.rust }}
3030 override : true
31- - uses : Swatinem/rust-cache@v2.7.5
31+ - uses : Swatinem/rust-cache@v2.8.0
3232 - run : sudo apt-get update -y
3333 if : matrix.os == 'ubuntu-24.04'
3434 - run : sudo apt-get install -y valgrind
You can’t perform that action at this time.
0 commit comments