diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda5dff53..a89878f8e 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.3.0 with: comment: "true" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a2e0347d..25969a5d2 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.3.0 - uses: actions/setup-node@v3.7.0 if: ${{ steps.deployment-check.outputs.continue == 'true' }}