From 123e770b5d97a33c98fd5c8117c4a0c214c49a25 Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Fri, 27 Dec 2024 12:13:41 -0800 Subject: [PATCH] upgrading to cachev4 for github actions --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6a21503..8717ae9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: architecture: ${{ matrix.architecture }} - name: Cache pip 3.8 if: matrix.python-version == 3.8 - uses: actions/cache@v2 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}- - name: Cache pip if: matrix.python-version != 3.8 - uses: actions/cache@v2 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip