From 8cbfd20bd232796d3f65927a854dc188a106bf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:32:18 +0000 Subject: [PATCH] Bump dsanders11/json-schema-validate-action from 2.0.0 to 2.1.0 Bumps [dsanders11/json-schema-validate-action](https://github.com/dsanders11/json-schema-validate-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/dsanders11/json-schema-validate-action/releases) - [Commits](https://github.com/dsanders11/json-schema-validate-action/compare/eddf079f55830cc9a916a3c512ba9086240d2fea...f04ef3bca791388d2bd9ff3a50b27d1b2572158e) --- updated-dependencies: - dependency-name: dsanders11/json-schema-validate-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-index.yaml b/.github/workflows/validate-index.yaml index a3e0aa4..3361015 100644 --- a/.github/workflows/validate-index.yaml +++ b/.github/workflows/validate-index.yaml @@ -49,7 +49,7 @@ jobs: # https://github.com/marketplace/actions/json-schema-validate - name : Validate Format - uses : dsanders11/json-schema-validate-action@eddf079f55830cc9a916a3c512ba9086240d2fea # v2.0.0 + uses : dsanders11/json-schema-validate-action@f04ef3bca791388d2bd9ff3a50b27d1b2572158e # v2.1.0 with : all-errors : true