|
35 | 35 |
|
36 | 36 | - name: Download JSON schema for package.json
|
37 | 37 | id: download-schema
|
38 |
| - uses: carlosperate/download-file-action@v1 |
| 38 | + uses: carlosperate/download-file-action@v2 |
39 | 39 | with:
|
40 | 40 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/package.json
|
41 | 41 | file-url: https://json.schemastore.org/package.json
|
|
45 | 45 | # This schema is referenced by the package.json schema, so must also be accessible.
|
46 | 46 | - name: Download JSON schema for ava.json
|
47 | 47 | id: download-ava-schema
|
48 |
| - uses: carlosperate/download-file-action@v1 |
| 48 | + uses: carlosperate/download-file-action@v2 |
49 | 49 | with:
|
50 | 50 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/ava.json
|
51 | 51 | file-url: https://json.schemastore.org/ava.json
|
|
55 | 55 | # This schema is referenced by the package.json schema, so must also be accessible.
|
56 | 56 | - name: Download JSON schema for eslintrc.json
|
57 | 57 | id: download-eslintrc-schema
|
58 |
| - uses: carlosperate/download-file-action@v1 |
| 58 | + uses: carlosperate/download-file-action@v2 |
59 | 59 | with:
|
60 | 60 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/eslintrc.json
|
61 | 61 | file-url: https://json.schemastore.org/eslintrc.json
|
|
65 | 65 | # This schema is referenced by the package.json schema, so must also be accessible.
|
66 | 66 | - name: Download JSON schema for jscpd configuration file
|
67 | 67 | id: download-jscpd-schema
|
68 |
| - uses: carlosperate/download-file-action@v1 |
| 68 | + uses: carlosperate/download-file-action@v2 |
69 | 69 | with:
|
70 | 70 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/jscpd.json
|
71 | 71 | file-url: https://json.schemastore.org/jscpd.json
|
|
75 | 75 | # This schema is referenced by the package.json schema, so must also be accessible.
|
76 | 76 | - name: Download JSON schema for Prettier configuration file
|
77 | 77 | id: download-prettierrc-schema
|
78 |
| - uses: carlosperate/download-file-action@v1 |
| 78 | + uses: carlosperate/download-file-action@v2 |
79 | 79 | with:
|
80 | 80 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/prettierrc.json
|
81 | 81 | file-url: https://json.schemastore.org/prettierrc.json
|
|
85 | 85 | # This schema is referenced by the package.json schema, so must also be accessible.
|
86 | 86 | - name: Download JSON schema for semantic-release
|
87 | 87 | id: download-semantic-release-schema
|
88 |
| - uses: carlosperate/download-file-action@v1 |
| 88 | + uses: carlosperate/download-file-action@v2 |
89 | 89 | with:
|
90 | 90 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/semantic-release.json
|
91 | 91 | file-url: https://json.schemastore.org/semantic-release.json
|
|
95 | 95 | # This schema is referenced by the package.json schema, so must also be accessible.
|
96 | 96 | - name: Download JSON schema for .stylelintrc
|
97 | 97 | id: download-stylelintrc-schema
|
98 |
| - uses: carlosperate/download-file-action@v1 |
| 98 | + uses: carlosperate/download-file-action@v2 |
99 | 99 | with:
|
100 | 100 | # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/stylelintrc.json
|
101 | 101 | file-url: https://json.schemastore.org/stylelintrc.json
|
|
0 commit comments