From d2f7c70414f0f62178f72ced0f80f84b7de53a4d Mon Sep 17 00:00:00 2001 From: Leonardo Ranzani Date: Mon, 2 Dec 2024 16:11:56 -0500 Subject: [PATCH] cache v4 --- .github/workflows/actions-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-test.yml b/.github/workflows/actions-test.yml index 6461baf6..bff0ff9b 100644 --- a/.github/workflows/actions-test.yml +++ b/.github/workflows/actions-test.yml @@ -24,7 +24,7 @@ jobs: echo $GITHUB_PATH - name: pip cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: /usr/share/miniconda/lib/python3.8/site-packages/*