diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 04de10f57b..51a2ff5d30 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -39,7 +39,7 @@ jobs: cache: 'pip' - name: Cache datasets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27b67ca0b..c490d788cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: python-version: ${{ matrix.env.python }} - name: Cache downloaded data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .pytest_cache/d/scanpy-data key: pytest