Skip to content

Commit

Permalink
Bump pre-commit/action v3.0.0 → v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Mar 27, 2024
1 parent 83b9cd3 commit e6ce173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
with: { python-version: "3.12" }

- name: Force recreation of pre-commit virtual environment for mypy
if: github.event_name == 'schedule'
run: gh cache list -L 999 | cut -f2 | grep pre-commit | xargs -I{} gh cache delete "{}" || true
env: { GH_TOKEN: "${{ github.token }}" }

- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

0 comments on commit e6ce173

Please sign in to comment.