8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cd49e commit 1666ce0Copy full SHA for 1666ce0
.github/workflows/check-taskfiles.yml
@@ -48,10 +48,10 @@ jobs:
48
49
- name: Download JSON schema for Taskfiles
50
id: download-schema
51
- uses: carlosperate/download-file-action@v1
+ uses: carlosperate/download-file-action@v2
52
with:
53
- # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
54
- 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
55
location: ${{ runner.temp }}/taskfile-schema
56
57
- name: Install JSON schema validator
0 commit comments