Skip to content

Commit

Permalink
github actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Feb 4, 2025
1 parent 7965b51 commit 311ff09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 311ff09

Please sign in to comment.