Skip to content

Commit

Permalink
fix: bump pre-commit action to 3.0.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 22, 2024
1 parent b808ad1 commit 26c2026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

# Make sure commit messages follow the conventional commits convention:
# https://www.conventionalcommits.org
Expand Down

0 comments on commit 26c2026

Please sign in to comment.