From c9f99a235836b1b4425fe6df2a212d7d3df3e11a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 02:05:34 +0000 Subject: [PATCH] Update GrantBirki/json-yaml-validate action to v5.0.1 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d414fee..8fa2747 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,6 +20,6 @@ jobs: failure-threshold: warning - name: Validate JSON and YML files - uses: GrantBirki/json-yaml-validate@v5.0.0 + uses: GrantBirki/json-yaml-validate@v5.0.1 with: yaml_exclude_regex: ".*\\kubernetes\\.yml$"