We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ecc65 commit 8aafb58Copy full SHA for 8aafb58
1 file changed
.github/workflows/json_validate.yaml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v6
23
- name: Validate JSON
24
- uses: dsanders11/json-schema-validate-action@v1.4.0
+ uses: dsanders11/json-schema-validate-action@v2.0.0
25
with:
26
schema: library/schema.json
27
files: library/library.json
0 commit comments