diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04abd8b..2514655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: components: clippy - name: Setup | Cache - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - name: Run clippy run: cargo clippy --locked --tests --all-targets --all-features -- -D clippy::all -W clippy::pedantic @@ -75,7 +75,7 @@ jobs: toolchain: stable - name: Setup | Cache - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 with: shared-key: ${{ matrix.target }}-${{ matrix.os }}-debug-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5079174..3c88d98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: toolchain: stable - name: Setup | Cache - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 with: shared-key: ${{ matrix.target }}-${{ matrix.os }}-${{ env.PROFILE }}-build