Skip to content

Commit 523774b

Browse files
committed
chore: update GHA versions
Signed-off-by: John McCall <john@overturemaps.org>
1 parent d2ec79d commit 523774b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-schema.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- name: Set up Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: 1.22
22+
2223
- name: Install dependencies
2324
run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
25+
2426
- name: Validate
2527
run: ./test.sh

0 commit comments

Comments
 (0)