File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252
5353 - name : Download JSON schema for Taskfiles
5454 id : download-schema
55- uses : carlosperate/download-file-action@v1
55+ uses : carlosperate/download-file-action@v2
5656 with :
5757 # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
5858 file-url : https://json.schemastore.org/taskfile.json
Original file line number Diff line number Diff line change 4242
4343 - name : Download JSON schema for labels configuration file
4444 id : download-schema
45- uses : carlosperate/download-file-action@v1
45+ uses : carlosperate/download-file-action@v2
4646 with :
4747 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
4848 location : ${{ runner.temp }}/label-configuration-schema
7575
7676 steps :
7777 - name : Download
78- uses : carlosperate/download-file-action@v1
78+ uses : carlosperate/download-file-action@v2
7979 with :
8080 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8181
You can’t perform that action at this time.
0 commit comments