Skip to content

Commit 79257c2

Browse files
authored
Merge pull request #604 from arduino/dependabot/github_actions/MrOctopus/download-asset-action-1.1
Bump MrOctopus/download-asset-action from 1.0 to 1.1
2 parents b10b242 + b62850b commit 79257c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-general-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Download latest editorconfig-checker release binary package
6363
id: download
64-
uses: MrOctopus/download-asset-action@1.0
64+
uses: MrOctopus/download-asset-action@1.1
6565
with:
6666
repository: editorconfig-checker/editorconfig-checker
6767
excludes: prerelease, draft

.github/workflows/check-shell-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Download latest ShellCheck release binary package
9797
id: download
98-
uses: MrOctopus/download-asset-action@1.0
98+
uses: MrOctopus/download-asset-action@1.1
9999
with:
100100
repository: koalaman/shellcheck
101101
excludes: prerelease, draft
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Download shfmt
159159
id: download
160-
uses: MrOctopus/download-asset-action@1.0
160+
uses: MrOctopus/download-asset-action@1.1
161161
with:
162162
repository: mvdan/sh
163163
excludes: prerelease, draft

0 commit comments

Comments
 (0)