Skip to content

Commit

Permalink
Update lint_and_test.yaml
Browse files Browse the repository at this point in the history
Upgrade GH actions
  • Loading branch information
anguschadney authored Jan 23, 2025
1 parent fb4e514 commit ee82a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
python-version: "3.9"
- run: pip install pipenv
- name: Cache virtualenvs
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs/
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
- run: pipenv sync --dev
- name: Cache Pre-commit for format checking
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit ee82a97

Please sign in to comment.