diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c857cb6..5018bee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check code styles run: cargo fmt --check - name: Run Clippy