From 3001f20359f3f4e9faef713a5cca75d37a3508e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:07:57 +0000 Subject: [PATCH] ci(deps): bump mizcausevic-dev/kg-validate-action from 0.1.0 to 0.1.1 Bumps [mizcausevic-dev/kg-validate-action](https://github.com/mizcausevic-dev/kg-validate-action) from 0.1.0 to 0.1.1. - [Commits](https://github.com/mizcausevic-dev/kg-validate-action/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: mizcausevic-dev/kg-validate-action dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 124ecd1..5ca00f6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: mizcausevic-dev/kg-validate-action@v0.1.0 + - uses: mizcausevic-dev/kg-validate-action@v0.1.1 with: files: 'examples/**/*.json'