Skip to content

Commit 8251986

Browse files
Update URL of taskfile schema in check-taskfiles workflow
1 parent 31a047f commit 8251986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-taskfiles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848

4949
- name: Download JSON schema for Taskfiles
5050
id: download-schema
51-
uses: carlosperate/download-file-action@v1
51+
uses: carlosperate/download-file-action@v2
5252
with:
53-
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
54-
file-url: https://json.schemastore.org/taskfile.json
53+
# Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
54+
file-url: https://taskfile.dev/schema.json
5555
location: ${{ runner.temp }}/taskfile-schema
5656

5757
- name: Install JSON schema validator

0 commit comments

Comments
 (0)