File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 10 files changed +15
-15
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
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
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 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 36
36
37
37
- name : Download semver tool
38
38
id : download-semver-tool
39
- uses : carlosperate/download-file-action@v1
39
+ uses : carlosperate/download-file-action@v2
40
40
with :
41
41
file-url : https://github.com/fsaintjacques/semver-tool/archive/${{ env.SEMVER_TOOL_VERSION }}.zip
42
42
location : ${{ runner.temp }}/semver-tool
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
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
34
+ uses : carlosperate/download-file-action@v2
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
65
65
66
66
steps :
67
67
- name : Download
68
- uses : carlosperate/download-file-action@v1
68
+ uses : carlosperate/download-file-action@v2
69
69
with :
70
70
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
71
Original file line number Diff line number Diff line change 36
36
37
37
- name : Download semver tool
38
38
id : download-semver-tool
39
- uses : carlosperate/download-file-action@v1
39
+ uses : carlosperate/download-file-action@v2
40
40
with :
41
41
file-url : https://github.com/fsaintjacques/semver-tool/archive/${{ env.SEMVER_TOOL_VERSION }}.zip
42
42
location : ${{ runner.temp }}/semver-tool
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
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
34
+ uses : carlosperate/download-file-action@v2
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
65
65
66
66
steps :
67
67
- name : Download
68
- uses : carlosperate/download-file-action@v1
68
+ uses : carlosperate/download-file-action@v2
69
69
with :
70
70
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
71
You can’t perform that action at this time.
0 commit comments