diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 214f9a3926..413881c26c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -64,7 +64,7 @@ jobs: with: toolchain: ${{matrix.rust.toolchain}} id: rust-toolchain - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/git @@ -89,7 +89,7 @@ jobs: with: toolchain: "1.72" id: rust-toolchain - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/git @@ -107,7 +107,7 @@ jobs: toolchain: "1.72" components: clippy id: rust-toolchain - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/git @@ -144,7 +144,7 @@ jobs: - name: Get Tarpaulin Version id: tarpaulin-version run: echo "version=$(wget -qO- 'https://crates.io/api/v1/crates/cargo-tarpaulin' | jq -r '.crate.max_stable_version')" >>$GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/cargo-tarpaulin @@ -177,7 +177,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo