Skip to content

Commit

Permalink
Merge pull request #524 from readchina/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3

chore(deps): bump actions/cache from 2 to 3
  • Loading branch information
duncdrum authored Oct 10, 2022
2 parents 8a6535e + eef0775 commit 5f5141d
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 @@ -21,7 +21,7 @@ jobs:
- name: Install Python dependencies
run: python -m pip install --upgrade pip
- name: Use pip Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit 5f5141d

Please sign in to comment.