From 3c4fc2ee28e927403b37f3c90cc358df1a12d585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:13:34 +0000 Subject: [PATCH] Bump GrantBirki/json-yaml-validate from 2 to 3 Bumps [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) from 2 to 3. - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/v2...v3) --- updated-dependencies: - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-deploy.yml b/.github/workflows/reusable-deploy.yml index 31e685bc..ecdc6aee 100644 --- a/.github/workflows/reusable-deploy.yml +++ b/.github/workflows/reusable-deploy.yml @@ -35,7 +35,7 @@ jobs: name: validation-schema path: schemas - name: Validate GeoJSON - uses: GrantBirki/json-yaml-validate@v2 + uses: GrantBirki/json-yaml-validate@v3 with: use_gitignore: false json_schema: ./schemas/FeatureCollection.json @@ -52,7 +52,7 @@ jobs: name: validation-schema path: schemas - name: Validate "metadata.json" - uses: GrantBirki/json-yaml-validate@v2 + uses: GrantBirki/json-yaml-validate@v3 with: use_gitignore: false ajv_strict_mode: false