From 23e5a88c15babd9d04cd869193133e73f4951fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:06:23 +0000 Subject: [PATCH] Bump GrantBirki/json-yaml-validate from 2.0.0 to 2.2.1 Bumps [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) from 2.0.0 to 2.2.1. - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/v2.0.0...v2.2.1) --- updated-dependencies: - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda5dff53..d3d18ef70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # check to ensure all JSON files are valid in the repository - name: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v2.0.0 + uses: GrantBirki/json-yaml-validate@v2.2.1 with: comment: "true" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 25faa21ea..19489a73d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: # check to ensure all JSON files are valid in the repository - name: json-yaml-validate if: ${{ steps.deployment-check.outputs.continue == 'true' }} - uses: GrantBirki/json-yaml-validate@v2.0.0 + uses: GrantBirki/json-yaml-validate@v2.2.1 - uses: actions/setup-node@v3.7.0 if: ${{ steps.deployment-check.outputs.continue == 'true' }}