Skip to content

Commit c1ca301

Browse files
build(deps): update dependency check-jsonschema to v0.30.0 (#821)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> Co-authored-by: Xuan Hu <[email protected]>
1 parent 2015353 commit c1ca301

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ default:
99
retry:
1010
max: 2
1111
when: runner_system_failure
12-
include: .gitlab/workflows/**.yml
12+
include:
13+
- local: .gitlab/workflows/**.yml

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lock:
6161

6262
# Install standalone tools
6363
prerequisites:
64-
pipx install --force check-jsonschema==0.29.4
64+
pipx install --force check-jsonschema==0.30.0
6565
pipx install --force codespell[toml]==2.3.0
6666
pipx install --force pdm==2.21.0
6767
pipx install --force pre-commit==4.0.1

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lock:
6565

6666
# Install standalone tools
6767
prerequisites:
68-
pipx install --force check-jsonschema==0.29.4
68+
pipx install --force check-jsonschema==0.30.0
6969
pipx install --force codespell[toml]==2.3.0
7070
pipx install --force pdm==2.21.0
7171
pipx install --force pre-commit==4.0.1

template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab-ci.yml[% endif %].jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ default:
99
retry:
1010
max: 2
1111
when: runner_system_failure
12-
include: .gitlab/workflows/**.yml
12+
include:
13+
- local: .gitlab/workflows/**.yml

0 commit comments

Comments
 (0)