From 3b3a473cf834d7f4578b262005e2b80cb7144443 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Fri, 23 Jan 2026 14:24:53 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions versions --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2b3415a366..7fc96fef11 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,7 +39,7 @@ jobs: - os: "macos-latest" backend: "nvidia" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Cleanup space # We run out of space on rocm. Ref: https://github.com/actions/runner-images/issues/709 if: matrix.backend == 'rocm' @@ -58,7 +58,7 @@ jobs: # path: ~/conda_pkgs_dir # key: ${{ runner.os }}-${{ matrix.backend }}-conda-${{ matrix.python-version }}-${{ env.CACHE_NUMBER }}-${{ env.DATE }}-${{ hashFiles('./requirements/requirements.txt', env.REQ_FILE) }} - name: Set up Conda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} miniconda-version: "latest"