Skip to content

Commit 36b8241

Browse files
Bump MrOctopus/download-asset-action from 1.0 to 1.1
Bumps [MrOctopus/download-asset-action](https://github.com/mroctopus/download-asset-action) from 1.0 to 1.1. - [Release notes](https://github.com/mroctopus/download-asset-action/releases) - [Commits](MrOctopus/download-asset-action@1.0...1.1) --- updated-dependencies: - dependency-name: MrOctopus/download-asset-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca17e62 commit 36b8241

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Download latest editorconfig-checker release binary package
3636
id: download
37-
uses: MrOctopus/download-asset-action@1.0
37+
uses: MrOctopus/download-asset-action@1.1
3838
with:
3939
repository: editorconfig-checker/editorconfig-checker
4040
excludes: prerelease, draft

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

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

6767
- name: Download latest ShellCheck release binary package
6868
id: download
69-
uses: MrOctopus/download-asset-action@1.0
69+
uses: MrOctopus/download-asset-action@1.1
7070
with:
7171
repository: koalaman/shellcheck
7272
excludes: prerelease, draft
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Download shfmt
113113
id: download
114-
uses: MrOctopus/download-asset-action@1.0
114+
uses: MrOctopus/download-asset-action@1.1
115115
with:
116116
repository: mvdan/sh
117117
excludes: prerelease, draft

0 commit comments

Comments
 (0)