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 12.6 .0 LANGUAGES C CXX)
2+ project (jsonschema VERSION 12.7 .0 LANGUAGES C CXX)
33list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
44
55# Options
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
132132 uses: actions/checkout@v4
133133
134134- name: Install the JSON Schema CLI
135- uses: sourcemeta/jsonschema@v12.6 .0
135+ uses: sourcemeta/jsonschema@v12.7 .0
136136
137137# Then use as usual
138138- run: jsonschema fmt path/to/schemas --check
Original file line number Diff line number Diff line change 1111 --output "${GITHUB_WORKSPACE}/install.sh" \
1212 "https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install"
1313 chmod +x "${GITHUB_WORKSPACE}/install.sh"
14- "${GITHUB_WORKSPACE}/install.sh" 12.6 .0 "${INSTALL_DIR}"
14+ "${GITHUB_WORKSPACE}/install.sh" 12.7 .0 "${INSTALL_DIR}"
1515 rm "${GITHUB_WORKSPACE}/install.sh"
1616 echo "${INSTALL_DIR}/bin" >> "$GITHUB_PATH"
You can’t perform that action at this time.
0 commit comments