Skip to content

Commit

Permalink
update github cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar authored Sep 27, 2023
1 parent f0b5dfb commit 78bea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
# Set up cache for Python packages
- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.venv/ci-venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }}
Expand Down

0 comments on commit 78bea6e

Please sign in to comment.