diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2174c10..7e41ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: override: true profile: minimal components: clippy, rustfmt - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 with: key: ${{ matrix.pwd }} workspaces: ${{ matrix.pwd }} @@ -47,7 +47,7 @@ jobs: toolchain: stable override: true profile: minimal - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Check documentation env: RUSTDOCFLAGS: "-D rustdoc::broken_intra_doc_links" @@ -63,7 +63,7 @@ jobs: toolchain: stable override: true profile: minimal - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Run doc tests uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1 with: @@ -94,7 +94,7 @@ jobs: toolchain: stable override: true profile: minimal - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 with: key: ${{ matrix.pwd }} workspaces: ${{ matrix.pwd }}