From 7438d84bdee0feff617fbac81aad95d23da78a2d Mon Sep 17 00:00:00 2001 From: timothyas Date: Wed, 22 Nov 2023 13:40:57 -0700 Subject: [PATCH] update ci workflows while we're at it --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98430c3..3e0faf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,9 +22,9 @@ jobs: os: ["ubuntu-latest"] python-version: ["3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache conda - uses: actions/cache@v2 + uses: actions/cache@v3 env: # Increase this value to reset cache if ci/environment.yaml has not changed CACHE_NUMBER: 0