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 24
24
25
25
# See: http://astyle.sourceforge.net/
26
26
- name : Download Artistic Style
27
- uses : carlosperate/download-file-action@v1.0.3
27
+ uses : carlosperate/download-file-action@v1
28
28
with :
29
29
file-url : https://iweb.dl.sourceforge.net/project/astyle/astyle/astyle%20${{ env.ASTYLE_VERSION }}/astyle_${{ env.ASTYLE_VERSION }}_linux.tar.gz
30
30
location : ${{ runner.temp }}/astyle
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
65
65
66
66
steps :
67
67
- name : Download
68
- uses : carlosperate/download-file-action@v1.0.3
68
+ uses : carlosperate/download-file-action@v1
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