Skip to content

Commit

Permalink
Use version 3 of pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Jan 4, 2023
1 parent 1b67f0b commit 6979561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v2.0.0
- uses: pre-commit/action@v3.0.0

test:
name: "Test py${{ matrix.python-version }}: ${{ matrix.part }}"
Expand Down

0 comments on commit 6979561

Please sign in to comment.