diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd617ee..1d6ebc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo registry & build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -58,7 +58,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -89,7 +89,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -152,7 +152,7 @@ jobs: uses: dtolnay/rust-toolchain@1.88.0 - name: Cache cargo registry & build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 031f74d..78194eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: targets: x86_64-unknown-linux-gnu - name: Cache cargo registry & build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry