diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b710962..082657a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: name: Lint + Typecheck + Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Set up Python 3.12 uses: actions/setup-python@v6