File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Download JSON schema for Taskfiles
54
54
id : download-schema
55
- uses : carlosperate/download-file-action@v1
55
+ uses : carlosperate/download-file-action@v2
56
56
with :
57
57
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
58
58
file-url : https://json.schemastore.org/taskfile.json
Original file line number Diff line number Diff line change 42
42
43
43
- name : Download JSON schema for labels configuration file
44
44
id : download-schema
45
- uses : carlosperate/download-file-action@v1
45
+ uses : carlosperate/download-file-action@v2
46
46
with :
47
47
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
48
48
location : ${{ runner.temp }}/label-configuration-schema
75
75
76
76
steps :
77
77
- name : Download
78
- uses : carlosperate/download-file-action@v1
78
+ uses : carlosperate/download-file-action@v2
79
79
with :
80
80
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
81
81
You can’t perform that action at this time.
0 commit comments