Skip to content

Commit 7c82f1f

Browse files
authored
ci: bump dsanders11/json-schema-validate-action to v2.0.0
1 parent 82b6476 commit 7c82f1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate-configs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Validate JSON schema
22-
uses: dsanders11/json-schema-validate-action@b5da274adf09991e884b85426bcf941e0477771b # v1.3.0
22+
uses: dsanders11/json-schema-validate-action@eddf079f55830cc9a916a3c512ba9086240d2fea # v2.0.0
2323
with:
2424
schema: json-schema
2525
files: config.schema.json
2626
- name: Validate configs
27-
uses: dsanders11/json-schema-validate-action@b5da274adf09991e884b85426bcf941e0477771b # v1.3.0
27+
uses: dsanders11/json-schema-validate-action@eddf079f55830cc9a916a3c512ba9086240d2fea # v2.0.0
2828
with:
2929
schema: config.schema.json
3030
files: configs/*.json
31-
31+

0 commit comments

Comments
 (0)