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.
2 parents 08cd49e + 1666ce0 commit 60a5883Copy full SHA for 60a5883
.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