diff --git a/.github/workflows/rust-cd.yml b/.github/workflows/rust-cd.yml index 74140d8..1e0de19 100644 --- a/.github/workflows/rust-cd.yml +++ b/.github/workflows/rust-cd.yml @@ -28,7 +28,7 @@ jobs: components: rustfmt, clippy - name: Cache dependencies - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index d29c2bb..1d1c205 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -30,7 +30,7 @@ jobs: components: rustfmt, clippy - name: Cache dependencies - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/registry @@ -57,7 +57,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache dependencies - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/registry @@ -81,7 +81,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache dependencies - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/registry @@ -105,7 +105,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache dependencies - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/registry