diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eab9ffc..3a963cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: python-version: ['3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: List Tags run: | git fetch --tags