Skip to content

Commit 8672774

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 0ab5d9d + df39084 commit 8672774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

.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

0 commit comments

Comments
 (0)