Skip to content

Commit a331ddf

Browse files
authored
Merge pull request #283 from arduino/dependabot/github_actions/carlosperate/download-file-action-2
Bump carlosperate/download-file-action from 1 to 2
2 parents 863d256 + 844652c commit a331ddf

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download JSON schema for Taskfiles
5151
id: download-schema
52-
uses: carlosperate/download-file-action@v1
52+
uses: carlosperate/download-file-action@v2
5353
with:
5454
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
5555
file-url: https://json.schemastore.org/taskfile.json

.github/workflows/sync-labels-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

workflow-templates/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download JSON schema for Taskfiles
5151
id: download-schema
52-
uses: carlosperate/download-file-action@v1
52+
uses: carlosperate/download-file-action@v2
5353
with:
5454
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
5555
file-url: https://json.schemastore.org/taskfile.json

workflow-templates/dependabot/workflow-template-copies/.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download JSON schema for Taskfiles
5151
id: download-schema
52-
uses: carlosperate/download-file-action@v1
52+
uses: carlosperate/download-file-action@v2
5353
with:
5454
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
5555
file-url: https://json.schemastore.org/taskfile.json

workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Download semver tool
3838
id: download-semver-tool
39-
uses: carlosperate/download-file-action@v1
39+
uses: carlosperate/download-file-action@v2
4040
with:
4141
file-url: https://github.com/fsaintjacques/semver-tool/archive/${{ env.SEMVER_TOOL_VERSION }}.zip
4242
location: ${{ runner.temp }}/semver-tool

workflow-templates/dependabot/workflow-template-copies/.github/workflows/sync-labels-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

workflow-templates/dependabot/workflow-template-copies/.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Download JSON schema for labels configuration file
3333
id: download-schema
34-
uses: carlosperate/download-file-action@v1
34+
uses: carlosperate/download-file-action@v2
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
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download
68-
uses: carlosperate/download-file-action@v1
68+
uses: carlosperate/download-file-action@v2
6969
with:
7070
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171

workflow-templates/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Download semver tool
3838
id: download-semver-tool
39-
uses: carlosperate/download-file-action@v1
39+
uses: carlosperate/download-file-action@v2
4040
with:
4141
file-url: https://github.com/fsaintjacques/semver-tool/archive/${{ env.SEMVER_TOOL_VERSION }}.zip
4242
location: ${{ runner.temp }}/semver-tool

workflow-templates/sync-labels-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

workflow-templates/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Download JSON schema for labels configuration file
3333
id: download-schema
34-
uses: carlosperate/download-file-action@v1
34+
uses: carlosperate/download-file-action@v2
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
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download
68-
uses: carlosperate/download-file-action@v1
68+
uses: carlosperate/download-file-action@v2
6969
with:
7070
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171

0 commit comments

Comments
 (0)