diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42212ab..c25c5be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Cache tauri-cli - uses: actions/cache@v4 + uses: actions/cache@v6 id: tauri-cli-cache with: path: ~/.cargo/bin/cargo-tauri.exe diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e058cd7..aba5866 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Cache tauri-cli - uses: actions/cache@v4 + uses: actions/cache@v6 id: tauri-cli-cache with: path: ~/.cargo/bin/cargo-tauri.exe