diff --git a/.github/workflows/check-npm.yml b/.github/workflows/check-npm.yml index ed40f94..d789201 100644 --- a/.github/workflows/check-npm.yml +++ b/.github/workflows/check-npm.yml @@ -35,7 +35,7 @@ jobs: - name: Download JSON schema for package.json id: download-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/package.json file-url: https://json.schemastore.org/package.json @@ -45,7 +45,7 @@ jobs: # This schema is referenced by the package.json schema, so must also be accessible. - name: Download JSON schema for ava.json id: download-ava-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/ava.json file-url: https://json.schemastore.org/ava.json @@ -55,7 +55,7 @@ jobs: # This schema is referenced by the package.json schema, so must also be accessible. - name: Download JSON schema for eslintrc.json id: download-eslintrc-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/eslintrc.json file-url: https://json.schemastore.org/eslintrc.json @@ -65,7 +65,7 @@ jobs: # This schema is referenced by the package.json schema, so must also be accessible. - name: Download JSON schema for jscpd configuration file id: download-jscpd-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/jscpd.json file-url: https://json.schemastore.org/jscpd.json @@ -75,7 +75,7 @@ jobs: # This schema is referenced by the package.json schema, so must also be accessible. - name: Download JSON schema for Prettier configuration file id: download-prettierrc-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/prettierrc.json file-url: https://json.schemastore.org/prettierrc.json @@ -85,7 +85,7 @@ jobs: # This schema is referenced by the package.json schema, so must also be accessible. - name: Download JSON schema for semantic-release id: download-semantic-release-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/semantic-release.json file-url: https://json.schemastore.org/semantic-release.json @@ -95,7 +95,7 @@ jobs: # This schema is referenced by the package.json schema, so must also be accessible. - name: Download JSON schema for .stylelintrc id: download-stylelintrc-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/stylelintrc.json file-url: https://json.schemastore.org/stylelintrc.json diff --git a/.github/workflows/check-tsconfig.yml b/.github/workflows/check-tsconfig.yml index 7307d18..fd91a23 100644 --- a/.github/workflows/check-tsconfig.yml +++ b/.github/workflows/check-tsconfig.yml @@ -46,7 +46,7 @@ jobs: - name: Download JSON schema for tsconfig.json id: download-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/tsconfig.json file-url: https://json.schemastore.org/tsconfig.json diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 4376e4c..70085bd 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -31,7 +31,7 @@ jobs: - name: Download JSON schema for labels configuration file id: download-schema - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json location: ${{ runner.temp }}/label-configuration-schema @@ -66,7 +66,7 @@ jobs: steps: - name: Download - uses: carlosperate/download-file-action@v1 + uses: carlosperate/download-file-action@v2 with: file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}