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.3.5 LANGUAGES CXX )
2
+ project (jsonschema VERSION 9.3.6 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 @@ -122,7 +122,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
122
122
uses: actions/checkout@v4
123
123
124
124
- name: Install the JSON Schema CLI
125
- uses: sourcemeta/jsonschema@v9.3.5
125
+ uses: sourcemeta/jsonschema@v9.3.6
126
126
127
127
# Then use as usual
128
128
- run: jsonschema fmt path/to/schemas --check
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.3.5 "${INSTALL_DIR}"
14
+ "${GITHUB_WORKSPACE}/install.sh" 9.3.6 "${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