From 74c8baef93767e062268fcf02d0e754c91e6d293 Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Wed, 13 Mar 2024 02:28:02 -0600 Subject: [PATCH] Update json-yaml-validate to latest version (#446) --- .github/workflows/json-yaml-validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index 365a1f1f..7fa7a22e 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -17,11 +17,11 @@ jobs: json-yaml-validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: json-yaml-validate id: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v1.3.0 + uses: GrantBirki/json-yaml-validate@v2.6.1 with: comment: "false" # enable comment mode exclude_file: ".github/config/exclude.txt" # gitignore style file for exclusions