From 2075fe1e39e9705fce07efad51ae5f88b7a7c2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:13:47 +0000 Subject: [PATCH] Bump GrantBirki/json-yaml-validate from 2.3.1 to 2.4.0 Bumps [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/3add42f5fa8bfff04a3fe664d27a316736257ef1...ce9d0c1ff859732d3839a5e1cdc22ff203aa464a) --- updated-dependencies: - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/json-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/json-check.yml b/.github/workflows/json-check.yml index 3596aeed9..28cbb0e9a 100644 --- a/.github/workflows/json-check.yml +++ b/.github/workflows/json-check.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3.5.3 - name: json syntax check - uses: GrantBirki/json-yaml-validate@3add42f5fa8bfff04a3fe664d27a316736257ef1 # pin@v2.3.1 + uses: GrantBirki/json-yaml-validate@ce9d0c1ff859732d3839a5e1cdc22ff203aa464a # pin@v2.4.0 with: exclude_file: ".github/config/exclude.txt" # .gitignore style file for exclusions comment: "true" # allow PR comments with error messages