From 726cb60e83fca6f0dba794c451b98c3f9a20dc1c Mon Sep 17 00:00:00 2001 From: Matteo Pologruto Date: Fri, 18 Nov 2022 11:23:54 +0100 Subject: [PATCH] Update URL of taskfile schema in check-taskfiles workflow --- .github/workflows/check-taskfiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-taskfiles.yml b/.github/workflows/check-taskfiles.yml index 4484cfd..e1b2903 100644 --- a/.github/workflows/check-taskfiles.yml +++ b/.github/workflows/check-taskfiles.yml @@ -51,8 +51,8 @@ jobs: id: download-schema uses: carlosperate/download-file-action@v2 with: - # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json - file-url: https://json.schemastore.org/taskfile.json + # Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json + file-url: https://taskfile.dev/schema.json location: ${{ runner.temp }}/taskfile-schema - name: Install JSON schema validator