Skip to content

Commit 60a5883

Browse files
Merge pull request #12 from MatteoPologruto/fix-check-taskfiles
Update JSON schema file url
2 parents 08cd49e + 1666ce0 commit 60a5883

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)