From 4fccbce223f453991f52baa39091dc16ca898c28 Mon Sep 17 00:00:00 2001 From: Nick Osborn Date: Thu, 22 Sep 2022 21:54:18 +0800 Subject: [PATCH] pre-commit --autoupdate --- .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 5dac84a..74c96f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: exclude: examples/ignore/example-ignore.md - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.28.0 hooks: - id: yamllint args: @@ -28,7 +28,7 @@ repos: - --strict - repo: https://github.com/rhysd/actionlint - rev: v1.6.13 + rev: v1.6.19 hooks: - id: actionlint-docker