Skip to content

Commit 055640d

Browse files
authored
Merge pull request #28 from arduino/dependabot/github_actions/carlosperate/download-file-action-2
Bump carlosperate/download-file-action from 1 to 2
2 parents 89f21b4 + e83e281 commit 055640d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-taskfiles.yml

+1-1
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

+2-2
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
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Download
79-
uses: carlosperate/download-file-action@v1
79+
uses: carlosperate/download-file-action@v2
8080
with:
8181
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8282

0 commit comments

Comments
 (0)