Skip to content

Commit

Permalink
Bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Oct 11, 2024
1 parent eeb399a commit ab3304e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pipx install pre-commit
- run: pre_commit --version
- run: pre_commit install
Expand Down

0 comments on commit ab3304e

Please sign in to comment.