Skip to content

Commit 7bfc411

Browse files
Update Swatinem/rust-cache action to v2.7.3 (#1230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c8745f commit 7bfc411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: rustup override set ${{ env.RUST_VERSION }}
1919
- run: rustup component add clippy
2020
- run: rustup component add rustfmt
21-
- uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
21+
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
2222

2323
- run: cargo clippy --workspace -- -D warnings
2424
- run: cargo fmt --check --all

0 commit comments

Comments
 (0)