Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed May 1, 2024
1 parent 13bb54f commit b05b519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Doc: https://github.com/marketplace/actions/setup-python
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

# Install pre-commit
- name: Install pre-commit
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repos:

# Typos
- repo: https://github.com/crate-ci/typos
rev: v1.20.8
rev: v1.21.0
hooks:
- id: typos

# Markdown linter
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
args:
Expand Down

0 comments on commit b05b519

Please sign in to comment.