File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
2- project (jsonschema VERSION 5.0.0 LANGUAGES CXX)
2+ project (jsonschema VERSION 5.0.1 LANGUAGES CXX)
33list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
44
55# Options
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ brew install sourcemeta/apps/jsonschema
9090Where ` X.Y.Z` is replaced with the desired version. For example:
9191
9292` ` ` yaml
93- - uses: sourcemeta/jsonschema@v5.0.0
93+ - uses: sourcemeta/jsonschema@v5.0.1
9494# Then use as usual
9595- run: jsonschema fmt path/to/schemas --check
9696` ` `
Original file line number Diff line number Diff line change 1010 --output "${GITHUB_WORKSPACE}/install.sh" \
1111 "https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install"
1212 chmod +x "${GITHUB_WORKSPACE}/install.sh"
13- "${GITHUB_WORKSPACE}/install.sh" 5.0.0
13+ "${GITHUB_WORKSPACE}/install.sh" 5.0.1
1414 rm "${GITHUB_WORKSPACE}/install.sh"
You can’t perform that action at this time.
0 commit comments