diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc4d864..9ab896a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run linters run: | pip install -U pip pre-commit