From 7d5c1b9fe2892c1f16702d9b0a5d6650042ca85b Mon Sep 17 00:00:00 2001 From: Francis Guimond Date: Tue, 19 Mar 2024 15:29:52 -0400 Subject: [PATCH] Update Python version to 3.8 for json linter (#4211) Signed-off-by: Francis Guimond --- .github/workflows/lint-json.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-json.yml b/.github/workflows/lint-json.yml index 0a83db7bac..17fed256a5 100644 --- a/.github/workflows/lint-json.yml +++ b/.github/workflows/lint-json.yml @@ -11,8 +11,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 2.7 + python-version: 3.8 - name: Lint JSON files working-directory: ./tests - run: python json-validator.py --directory ../content --extension .md \ No newline at end of file + run: python json-validator.py --directory ../content --extension .md