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 49
49
50
50
- name : Download JSON schema for Taskfiles
51
51
id : download-schema
52
- uses : carlosperate/download-file-action@v1
52
+ uses : carlosperate/download-file-action@v2
53
53
with :
54
54
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
55
55
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
76
76
77
77
steps :
78
78
- name : Download
79
- uses : carlosperate/download-file-action@v1
79
+ uses : carlosperate/download-file-action@v2
80
80
with :
81
81
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
82
82
You can’t perform that action at this time.
0 commit comments