Skip to content

Commit 2f77cf7

Browse files
authored
Merge pull request #190 from arduino/dependabot/github_actions/carlosperate/download-file-action-2
Bump carlosperate/download-file-action from 1 to 2
2 parents 10505f8 + ce3b11e commit 2f77cf7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/check-npm.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Download JSON schema for package.json
3737
id: download-schema
38-
uses: carlosperate/download-file-action@v1
38+
uses: carlosperate/download-file-action@v2
3939
with:
4040
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/package.json
4141
file-url: https://json.schemastore.org/package.json
@@ -45,7 +45,7 @@ jobs:
4545
# This schema is referenced by the package.json schema, so must also be accessible.
4646
- name: Download JSON schema for ava.json
4747
id: download-ava-schema
48-
uses: carlosperate/download-file-action@v1
48+
uses: carlosperate/download-file-action@v2
4949
with:
5050
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/ava.json
5151
file-url: https://json.schemastore.org/ava.json
@@ -55,7 +55,7 @@ jobs:
5555
# This schema is referenced by the package.json schema, so must also be accessible.
5656
- name: Download JSON schema for eslintrc.json
5757
id: download-eslintrc-schema
58-
uses: carlosperate/download-file-action@v1
58+
uses: carlosperate/download-file-action@v2
5959
with:
6060
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/eslintrc.json
6161
file-url: https://json.schemastore.org/eslintrc.json
@@ -65,7 +65,7 @@ jobs:
6565
# This schema is referenced by the package.json schema, so must also be accessible.
6666
- name: Download JSON schema for jscpd configuration file
6767
id: download-jscpd-schema
68-
uses: carlosperate/download-file-action@v1
68+
uses: carlosperate/download-file-action@v2
6969
with:
7070
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/jscpd.json
7171
file-url: https://json.schemastore.org/jscpd.json
@@ -75,7 +75,7 @@ jobs:
7575
# This schema is referenced by the package.json schema, so must also be accessible.
7676
- name: Download JSON schema for Prettier configuration file
7777
id: download-prettierrc-schema
78-
uses: carlosperate/download-file-action@v1
78+
uses: carlosperate/download-file-action@v2
7979
with:
8080
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/prettierrc.json
8181
file-url: https://json.schemastore.org/prettierrc.json
@@ -85,7 +85,7 @@ jobs:
8585
# This schema is referenced by the package.json schema, so must also be accessible.
8686
- name: Download JSON schema for semantic-release
8787
id: download-semantic-release-schema
88-
uses: carlosperate/download-file-action@v1
88+
uses: carlosperate/download-file-action@v2
8989
with:
9090
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/semantic-release.json
9191
file-url: https://json.schemastore.org/semantic-release.json
@@ -95,7 +95,7 @@ jobs:
9595
# This schema is referenced by the package.json schema, so must also be accessible.
9696
- name: Download JSON schema for .stylelintrc
9797
id: download-stylelintrc-schema
98-
uses: carlosperate/download-file-action@v1
98+
uses: carlosperate/download-file-action@v2
9999
with:
100100
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/stylelintrc.json
101101
file-url: https://json.schemastore.org/stylelintrc.json

.github/workflows/check-tsconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Download JSON schema for tsconfig.json
4848
id: download-schema
49-
uses: carlosperate/download-file-action@v1
49+
uses: carlosperate/download-file-action@v2
5050
with:
5151
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/tsconfig.json
5252
file-url: https://json.schemastore.org/tsconfig.json

.github/workflows/sync-labels.yml

+2-2
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
@@ -66,7 +66,7 @@ jobs:
6666

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

0 commit comments

Comments
 (0)