From aaf15ad20fa9f8ba30d2c243d5bb6147d2c9500a Mon Sep 17 00:00:00 2001 From: micaelaw Date: Tue, 16 Dec 2025 12:29:40 -0500 Subject: [PATCH] update actions/cache version --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c7f39be..5f5adf7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3 with: # This path is specific to Ubuntu path: ~/.cache/pip