Skip to content

Commit

Permalink
Really fix typo in action version
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Mar 22, 2024
1 parent c665a14 commit 879e5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
CARGO_VET_VERSION: X.Y.Z
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/cache@v2
with:
Expand All @@ -48,7 +48,7 @@ jobs:
# The standard Rust version
- stable
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit 879e5a2

Please sign in to comment.