Skip to content

Commit

Permalink
CI: upgrade actions/cache to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jan 29, 2024
1 parent 5d7205c commit 5786b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python -m pip install setuptools
fi
- name: set up pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-${{matrix.os}}-python${{matrix.python}}-${{matrix.cython || 'cython'}}
Expand Down

0 comments on commit 5786b75

Please sign in to comment.