diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af52c6e..acbf831 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: ${{ matrix.os }}, Rust ${{ matrix.rust }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Rust (rustup) run: |