Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache digest to 82a92a6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2024
1 parent 0df0286 commit 3e07de3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
override: true
profile: minimal
components: clippy, rustfmt
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
with:
key: ${{ matrix.pwd }}
workspaces: ${{ matrix.pwd }}
Expand All @@ -47,7 +47,7 @@ jobs:
toolchain: stable
override: true
profile: minimal
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
- name: Check documentation
env:
RUSTDOCFLAGS: "-D rustdoc::broken_intra_doc_links"
Expand All @@ -63,7 +63,7 @@ jobs:
toolchain: stable
override: true
profile: minimal
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
- name: Run doc tests
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
toolchain: stable
override: true
profile: minimal
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
with:
key: ${{ matrix.pwd }}
workspaces: ${{ matrix.pwd }}
Expand Down

0 comments on commit 3e07de3

Please sign in to comment.