Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 #13

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Download JSON schema for labels configuration file
id: download-schema
uses: carlosperate/download-file-action@v2.0.0
uses: carlosperate/download-file-action@v2.0.1
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
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Download
uses: carlosperate/download-file-action@v2.0.0
uses: carlosperate/download-file-action@v2.0.1
with:
file-url: https://raw.githubusercontent.com/107-systems/.github/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}

Expand Down
Loading