Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7085b0a

Browse files
committedOct 12, 2024·
Update Swatinem/rust-cache digest to 82a92a6
1 parent 7645822 commit 7085b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: dtolnay/rust-toolchain@stable
2020
with:
2121
components: rustfmt, clippy
22-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
22+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2323
- name: Lint (clippy)
2424
run: cargo clippy --all-features --all-targets
2525
- name: Lint (rustfmt)
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
toolchain: ${{ matrix.rust-version }}
5252
- uses: taiki-e/install-action@nextest
53-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
53+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
5454
- name: Build
5555
run: cargo build --all-features
5656
- name: Test

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1515
- uses: dtolnay/rust-toolchain@stable
16-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
16+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
1717
- name: Build rustdoc
1818
run: cargo doc --all-features --workspace
1919
- name: Organize

0 commit comments

Comments
 (0)
Please sign in to comment.