diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index cd5a3eb..aadf208 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -25,7 +25,7 @@ jobs: json-schema/**.json - name: Validate JSON Schema if: steps.check-for-changed-schemas.outputs.any_changed == 'true' - uses: dsanders11/json-schema-validate-action + uses: dsanders11/json-schema-validate-action@v1.2.0 with: schema: https://json-schema.org/draft/2020-12/schema files: json-schema/**.json