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 1
1
cmake_minimum_required (VERSION 3.16 )
2
- project (jsonschema VERSION 9.2.0 LANGUAGES CXX )
2
+ project (jsonschema VERSION 9.2.1 LANGUAGES CXX )
3
3
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
4
4
5
5
# Options
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ brew install sourcemeta/apps/jsonschema
118
118
Where ` X.Y.Z` is replaced with the desired version. For example:
119
119
120
120
` ` ` yaml
121
- - uses: sourcemeta/jsonschema@v9.2.0
121
+ - uses: sourcemeta/jsonschema@v9.2.1
122
122
# Then use as usual
123
123
- run: jsonschema fmt path/to/schemas --check
124
124
` ` `
Original file line number Diff line number Diff line change 11
11
--output "${GITHUB_WORKSPACE}/install.sh" \
12
12
"https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install"
13
13
chmod +x "${GITHUB_WORKSPACE}/install.sh"
14
- "${GITHUB_WORKSPACE}/install.sh" 9.2.0 "${INSTALL_DIR}"
14
+ "${GITHUB_WORKSPACE}/install.sh" 9.2.1 "${INSTALL_DIR}"
15
15
rm "${GITHUB_WORKSPACE}/install.sh"
16
16
echo "${INSTALL_DIR}/bin" >> "$GITHUB_PATH"
You can’t perform that action at this time.
0 commit comments