Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored Oct 6, 2024
1 parent a46955f commit d59daab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# lint yaml, line and whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -13,7 +13,7 @@ repos:

# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: v2.13.0-beta
rev: v2.13.1-beta
hooks:
- id: hadolint

Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
- id: shellcheck

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit d59daab

Please sign in to comment.