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' }}