We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ec79d commit 523774bCopy full SHA for 523774b
1 file changed
.github/workflows/test-schema.yaml
@@ -14,12 +14,14 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
18
- name: Set up Go
19
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
20
with:
21
go-version: 1.22
22
+
23
- name: Install dependencies
24
run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
25
26
- name: Validate
27
run: ./test.sh
0 commit comments