From afa2ad450d9c1fdb991f3c18fb224776c2c5b8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 03:45:36 +0000 Subject: [PATCH] Bump carlosperate/download-file-action from 2.0.1 to 2.0.2 Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/carlosperate/download-file-action/releases) - [Commits](https://github.com/carlosperate/download-file-action/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: carlosperate/download-file-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-labels.yml | 4 ++-- .github/workflows/validate-workflows.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 692eae3..f86b007 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@v2.0.1 + uses: carlosperate/download-file-action@v2.0.2 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 @@ -65,7 +65,7 @@ jobs: steps: - name: Download - uses: carlosperate/download-file-action@v2.0.1 + uses: carlosperate/download-file-action@v2.0.2 with: file-url: https://raw.githubusercontent.com/107-systems/.github/main/workflow-templates/assets/sync-labels/${{ matrix.filename }} diff --git a/.github/workflows/validate-workflows.yml b/.github/workflows/validate-workflows.yml index 5a1553b..1518387 100644 --- a/.github/workflows/validate-workflows.yml +++ b/.github/workflows/validate-workflows.yml @@ -32,7 +32,7 @@ jobs: # See: https://github.com/carlosperate/download-file-action/blob/master/README.md - name: Download JSON schema for GitHub Actions workflows - uses: carlosperate/download-file-action@v2.0.1 + uses: carlosperate/download-file-action@v2.0.2 with: # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/github-workflow.json file-url: https://json.schemastore.org/github-workflow