Skip to content

Commit 2023cf4

Browse files
committed
v9.3.6
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent cfb6da0 commit 2023cf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(jsonschema VERSION 9.3.5 LANGUAGES CXX)
2+
project(jsonschema VERSION 9.3.6 LANGUAGES CXX)
33
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
44

55
# Options

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
122122
uses: actions/checkout@v4
123123
124124
- name: Install the JSON Schema CLI
125-
uses: sourcemeta/jsonschema@v9.3.5
125+
uses: sourcemeta/jsonschema@v9.3.6
126126
127127
# Then use as usual
128128
- run: jsonschema fmt path/to/schemas --check

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ runs:
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" 9.3.5 "${INSTALL_DIR}"
14+
"${GITHUB_WORKSPACE}/install.sh" 9.3.6 "${INSTALL_DIR}"
1515
rm "${GITHUB_WORKSPACE}/install.sh"
1616
echo "${INSTALL_DIR}/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)