Skip to content

Commit 1eb472f

Browse files
committed
v7.1.3
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 463814e commit 1eb472f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(jsonschema VERSION 7.1.2 LANGUAGES CXX)
2+
project(jsonschema VERSION 7.1.3 LANGUAGES CXX)
33
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
44

55
# Options

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ brew install sourcemeta/apps/jsonschema
104104
Where `X.Y.Z` is replaced with the desired version. For example:
105105

106106
```yaml
107-
- uses: sourcemeta/[email protected].2
107+
- uses: sourcemeta/[email protected].3
108108
# Then use as usual
109109
- run: jsonschema fmt path/to/schemas --check
110110
```

action.yml

+1-1
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" 7.1.2 "${INSTALL_DIR}"
14+
"${GITHUB_WORKSPACE}/install.sh" 7.1.3 "${INSTALL_DIR}"
1515
rm "${GITHUB_WORKSPACE}/install.sh"
1616
echo "${INSTALL_DIR}/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)