From 4b066dc2880d375e7e1621065f2486a841ee794b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:25:14 +0000 Subject: [PATCH] Bump dsanders11/json-schema-validate-action in /.github/workflows Bumps [dsanders11/json-schema-validate-action](https://github.com/dsanders11/json-schema-validate-action) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/dsanders11/json-schema-validate-action/releases) - [Commits](https://github.com/dsanders11/json-schema-validate-action/compare/v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: dsanders11/json-schema-validate-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-action-file.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-action-file.yaml b/.github/workflows/check-action-file.yaml index 1324a863..208d00b1 100644 --- a/.github/workflows/check-action-file.yaml +++ b/.github/workflows/check-action-file.yaml @@ -27,7 +27,7 @@ jobs: .github/workflows/**.yaml - name: Validate workflows if: steps.check-for-changed-workflows.outputs.any_changed == 'true' - uses: dsanders11/json-schema-validate-action@v1.4.0 + uses: dsanders11/json-schema-validate-action@v2.0.0 with: schema: https://json.schemastore.org/github-workflow.json files: .github/workflows/**.yaml