diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index a8b4a92..f6aee6f 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Format run: cargo fmt --all -- --check - name: Lint