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 3535
3636 - name : Download JSON schema for Taskfiles
3737 id : download-schema
38- uses : carlosperate/download-file-action@v1.0.3
38+ uses : carlosperate/download-file-action@v1
3939 with :
4040 # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
4141 file-url : https://json.schemastore.org/taskfile.json
Original file line number Diff line number Diff line change 6565
6666 - name : Download semver tool
6767 id : download-semver-tool
68- uses : carlosperate/download-file-action@v1.0.3
68+ uses : carlosperate/download-file-action@v1
6969 with :
7070 file-url : https://github.com/fsaintjacques/semver-tool/archive/${{ env.SEMVER_TOOL_VERSION }}.zip
7171 location : ${{ runner.temp }}/semver-tool
Original file line number Diff line number Diff line change 3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
34- uses : carlosperate/download-file-action@v1.0.3
34+ uses : carlosperate/download-file-action@v1
3535 with :
3636 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
3737 location : ${{ runner.temp }}/label-configuration-schema
6666
6767 steps :
6868 - name : Download
69- uses : carlosperate/download-file-action@v1.0.3
69+ uses : carlosperate/download-file-action@v1
7070 with :
7171 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272
You can’t perform that action at this time.
0 commit comments