Skip to content

Commit

Permalink
Fix the typo on actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 1, 2024
1 parent 1f457d5 commit f43ba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.62.0
with:
components: rustfmt
Expand Down

0 comments on commit f43ba21

Please sign in to comment.