bump actions/checkout to v4

This commit is contained in:
Dmitriy Ryajov 2025-03-03 21:41:04 -06:00
parent 8f4933e43c
commit 7345b17a1c
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -20,7 +20,7 @@ jobs:
- beta
- nightly
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