Skip to content

Commit

Permalink
use newer github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMarkelov committed May 10, 2024
1 parent 4faddb6 commit 544f5a8
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 @@ -16,7 +16,7 @@ jobs:
toolchain:
- stable
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 544f5a8

Please sign in to comment.