diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a541091e3a2b..8d1888aa6bfa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -53,7 +53,7 @@ jobs: rust-version: stable - name: Cache Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -422,7 +422,7 @@ jobs: # rustup default stable # rustup component add rustfmt clippy # - name: Cache Cargo - # uses: actions/cache@v3 + # uses: actions/cache@v4 # with: # path: /home/runner/.cargo # # this key is not equal because the user is different than on a container (runner vs github)