Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
struffel committed Sep 26, 2024
1 parent 3c29c5f commit 2064887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2064887

Please sign in to comment.