Skip to content

Commit f8e69a7

Browse files
committedMar 19, 2025
Update Swatinem/rust-cache digest to 9d47c6a
1 parent 1864615 commit f8e69a7

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@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # 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@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- uses: dtolnay/rust-toolchain@stable
16-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
16+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
1717
- name: Build rustdoc
1818
run: cargo doc --all-features --workspace
1919
- name: Organize

0 commit comments

Comments
 (0)