From 709e7f85a2600e52879dba7724691f286ac675b9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 10 Dec 2024 20:47:14 +0000
Subject: [PATCH] chore(deps): update dependency cfn-lint to v1

---
 .github/workflows/lint_cloudformation.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint_cloudformation.yaml b/.github/workflows/lint_cloudformation.yaml
index 949a359..e001d6e 100644
--- a/.github/workflows/lint_cloudformation.yaml
+++ b/.github/workflows/lint_cloudformation.yaml
@@ -17,7 +17,7 @@ on:
 
 env:
   # renovate: datasource=pypi depName=cfn-lint
-  CFN_LINT_VERSION: 0.87.3
+  CFN_LINT_VERSION: 1.22.0
 
 jobs:
   lint: