diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52ea98d..6174530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo registry and target - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: core @@ -122,7 +122,7 @@ jobs: targets: aarch64-apple-ios,aarch64-apple-ios-sim - name: Cache cargo registry and target - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: core diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 8db2d34..480e941 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -29,7 +29,7 @@ jobs: targets: aarch64-apple-ios,aarch64-apple-ios-sim - name: Cache cargo registry and target - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: core