From 4f7f8e63f1e082ecea36a423a41e187e13c62a20 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Aug 2026 07:16:09 +0200 Subject: [PATCH] chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.14 (#116) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 57a0adc..9920a0c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Validate "${{ matrix.json-file }}" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@30070f7f9c7376fd87998980078688f61cecda59 # 0.1.13 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@a366444ba0a3ee3bcaf5254238fd7d76dba75e57 # 0.1.14 with: json-file: "./${{ matrix.json-file }}"