From 3b3021cc242972245485bf72d66a2fb948807615 Mon Sep 17 00:00:00 2001 From: omodei Date: Thu, 18 Aug 2022 16:43:28 -0700 Subject: [PATCH] Using v2 of cache action --- .github/workflows/test_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 2489f82..36a10ca 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -53,7 +53,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache conda - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/conda_pkgs_dir key: conda-${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('environment-ci.yml') }}