Skip to content

Commit 337987b

Browse files
authored
Fix typo in rust-cache action reference
1 parent 1c933c9 commit 337987b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: dtolnay/rust-toolchain@stable
41-
- uses: Swatinium/rust-cache@v2
41+
- uses: Swatinem/rust-cache@v2
4242
- run: cargo test --workspace
4343

4444
build:

0 commit comments

Comments
 (0)