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 11.0.3 LANGUAGES C CXX )
2
+ project (jsonschema VERSION 11.1.0 LANGUAGES C 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 @@ -126,7 +126,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
126
126
uses: actions/checkout@v4
127
127
128
128
- name: Install the JSON Schema CLI
129
- uses: sourcemeta/jsonschema@v11.0.3
129
+ uses: sourcemeta/jsonschema@v11.1.0
130
130
131
131
# Then use as usual
132
132
- 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" 11.0.3 "${INSTALL_DIR}"
14
+ "${GITHUB_WORKSPACE}/install.sh" 11.1.0 "${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