Skip to content

Commit

Permalink
Merge pull request #197 from flit/update/ci-cache-action-version
Browse files Browse the repository at this point in the history
workflows: ci.yml: increment actions/cache to v3
  • Loading branch information
flit authored Dec 18, 2022
2 parents 546fc12 + 2f30ae9 commit d745221
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 @@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache Python modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit d745221

Please sign in to comment.