From 5cbadb79e1fa395cad9e7c76e28977e1795d11b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:17:59 +0000 Subject: [PATCH] chore(deps): update losisin/helm-values-schema-json-action action to v3.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0e0bde..4f315c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Install helm-values-schema-json plugin run: helm plugin install https://github.com/losisin/helm-values-schema-json.git --verify=false - name: Generate values schema json - uses: losisin/helm-values-schema-json-action@cfefdf4241da6dbe17f3378e3cd0e863d4a4c3c8 # v3.0.1 + uses: losisin/helm-values-schema-json-action@9f555986124362af978a9861cf0f81e1956300ad # v3.1.0 with: values: values.yaml output: values.schema.json