From c6f7491be33efe56c6b4c13d4bb43e6dbf85ade2 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Wed, 8 Oct 2025 16:02:40 +0200 Subject: [PATCH] test fix for json valid --- .gitea/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9a97aba..bd43e19 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,18 +9,18 @@ jobs: steps: - uses: actions/checkout@v5 - name: Validate "action.json" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07 with: json-file: "./action.json" - name: Validate "k8s.json" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07 with: json-file: "./k8s.json" - name: Validate "helm.json" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07 with: json-file: "./helm.json" - name: Validate "common.json" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07 with: json-file: "./common.json"