Skip to content

Commit

Permalink
ci: fix non-specific action version (#141)
Browse files Browse the repository at this point in the history
This was missed in #125
  • Loading branch information
eopb authored Sep 14, 2024
1 parent 7edfff3 commit 8148693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.3
- name: "Is lockfile updated?"
run: cargo update --workspace --locked

0 comments on commit 8148693

Please sign in to comment.