From 8e12ed6773cac2bc4b1a050534778c04339c7b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:23:26 +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 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/v2.0.0...v2.1.0) --- 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/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 208d00b1..54fdd775 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@v2.0.0 + uses: dsanders11/json-schema-validate-action@v2.1.0 with: schema: https://json.schemastore.org/github-workflow.json files: .github/workflows/**.yaml