File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Download JSON schema for Taskfiles
37
37
id : download-schema
38
- uses : carlosperate/download-file-action@v1.0.3
38
+ uses : carlosperate/download-file-action@v1
39
39
with :
40
40
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
41
41
file-url : https://json.schemastore.org/taskfile.json
Original file line number Diff line number Diff line change 65
65
66
66
- name : Download semver tool
67
67
id : download-semver-tool
68
- uses : carlosperate/download-file-action@v1.0.3
68
+ uses : carlosperate/download-file-action@v1
69
69
with :
70
70
file-url : https://github.com/fsaintjacques/semver-tool/archive/${{ env.SEMVER_TOOL_VERSION }}.zip
71
71
location : ${{ runner.temp }}/semver-tool
Original file line number Diff line number Diff line change 31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
34
- uses : carlosperate/download-file-action@v1.0.3
34
+ uses : carlosperate/download-file-action@v1
35
35
with :
36
36
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
37
37
location : ${{ runner.temp }}/label-configuration-schema
66
66
67
67
steps :
68
68
- name : Download
69
- uses : carlosperate/download-file-action@v1.0.3
69
+ uses : carlosperate/download-file-action@v1
70
70
with :
71
71
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
72
You can’t perform that action at this time.
0 commit comments