Skip to content

Commit

Permalink
Merge pull request #1 from graffer-inc/2024-01-25-action-cache
Browse files Browse the repository at this point in the history
CI: update action/cache to v4
  • Loading branch information
kyo-ago authored Jan 25, 2024
2 parents f05d99e + 4c2cf9d commit a636399
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-test-${{ matrix.python-version }}-${{ matrix.os }}
Expand Down

0 comments on commit a636399

Please sign in to comment.