From 82adfe59777eef32ef018771f7de7abe551146dc Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 27 Jun 2026 13:56:16 +0200 Subject: [PATCH] test: prerelease of validate-json-by-jsin-schema-action --- .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 8515ec5..0085db0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Validate "${{ matrix.json-file }}" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.13-rc-a288738811de80673b21e7cd067fb116728548ee with: json-file: "./${{ matrix.json-file }}"