From b01b7ccf35656a4b5964b602cb78c139094967af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:41:57 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache digest to 6323deb --- .github/workflows/ode-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ode-desktop.yml b/.github/workflows/ode-desktop.yml index 74546b842..7324da6e9 100644 --- a/.github/workflows/ode-desktop.yml +++ b/.github/workflows/ode-desktop.yml @@ -225,7 +225,7 @@ jobs: targets: ${{ matrix.rust_target }} - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: workspaces: desktop/src-tauri shared-key: ode-desktop-${{ matrix.platform }} @@ -386,7 +386,7 @@ jobs: targets: ${{ matrix.rust_target }} - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: workspaces: desktop/src-tauri shared-key: ode-desktop-release-${{ matrix.platform }}