Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Mar 17, 2024
1 parent 0286466 commit 0615c5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3

0 comments on commit 0615c5e

Please sign in to comment.