From 439b34812316764ebb16837266d4b2e08f5ea298 Mon Sep 17 00:00:00 2001
From: Jens Sandmann <jens@sandzwerg.de>
Date: Wed, 16 Feb 2022 20:36:41 +0100
Subject: [PATCH] pre-commit update

---
 .pre-commit-config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 474b16a9..d4b736c0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.2.0
+    rev: v4.1.0
     hooks:
     -   id: trailing-whitespace
     -   id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
     -   id: mixed-line-ending
 
 - repo: https://github.com/ansible/ansible-lint.git
-  rev: v4.3.5
+  rev: v5.4.0
   hooks:
     - id: ansible-lint
       files: \.(yaml|yml)$
-- 
GitLab