From a79fae341ec4ae0ffa8cf26999e252bc3f39e2b1 Mon Sep 17 00:00:00 2001 From: chriscrsmith Date: Fri, 18 Aug 2023 23:50:59 +0000 Subject: [PATCH] back to older actions/cache --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 770b06160..6cbcdd4b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: cache conda id: cache - uses: actions/cache@v3 + uses: actions/cache@v2 env: # Increase this to reset the cache if the key hasn't changed. CACHE_NUM: 5