From cb8bac6a869b6920395a48bcf30d0f7be203348c Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 16 Jan 2025 13:24:59 -0800 Subject: [PATCH] ci: update the cache action to v4 (#11) --- .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 6416094..3fa41af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: .venv