From a039bc1e2807732f51c0b8c17c8269586868dff8 Mon Sep 17 00:00:00 2001 From: Act Runner Date: Sun, 24 Dec 2023 10:55:35 +0100 Subject: [PATCH] Updates to the pre-commit action created at 2023-12-23 (#11) Update to the pre-commit action. Co-authored-by: Philipp Reviewed-on: https://git.horstenkamp.eu/Screeps/screeps-deploy-action/pulls/11 Co-authored-by: Act Runner Co-committed-by: Act Runner --- .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 55039e2..4214bcc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: args: [--branch, main] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.11.0 + rev: v2.12.0 hooks: - id: pretty-format-ini args: [--autofix] @@ -45,7 +45,7 @@ repos: - id: validate-html - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.3-1 + rev: v4.0.0-alpha.8 hooks: - id: prettier types_or: [css, javascript]