Skip to content

Commit

Permalink
Updated a v3 cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 19, 2024
1 parent 437a7e3 commit 308e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-pyright
Expand Down

0 comments on commit 308e609

Please sign in to comment.