From 311ff096a8edf5ba81df33f9506d4ad614e377a9 Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Mon, 3 Feb 2025 18:18:02 -0800 Subject: [PATCH] github actions v4 --- .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 4b8dd7e..201fb0b 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@v5 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip @@ -36,7 +36,7 @@ jobs: if: matrix.python-version != 3.8 env: PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1" - uses: actions/cache@v5 + uses: actions/cache@v4 with: # This path is specific to Ubuntu path: ~/.cache/pip