diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9e6afe..c8c1005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,13 +26,14 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v3 + - name: Cached LFS checkout + uses: nschloe/action-cached-lfs-checkout@v1.2.2 with: fetch-depth: 0 - lfs: true + enableCrossOsArchive: true - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}