From 660fe715e407d0e513f903369a463d5a5d127457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:06:56 +0200 Subject: [PATCH] chore(deps): update grantbirki/json-yaml-validate action to v5 (#1134) --- .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 18ff7ba..8daad7f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -24,6 +24,6 @@ jobs: failure-threshold: warning - name: Validate JSON and YML files - uses: GrantBirki/json-yaml-validate@v4 + uses: GrantBirki/json-yaml-validate@v5.0.0 with: yaml_exclude_regex: ".*\\kubernetes\\.yml$"