Skip to content

Commit

Permalink
Bump MrOctopus/download-asset-action from 1.0 to 1.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent ca17e62 commit 36b8241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-general-formatting-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Download latest editorconfig-checker release binary package
id: download
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: editorconfig-checker/editorconfig-checker
excludes: prerelease, draft
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-shell-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Download latest ShellCheck release binary package
id: download
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: koalaman/shellcheck
excludes: prerelease, draft
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Download shfmt
id: download
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: mvdan/sh
excludes: prerelease, draft
Expand Down

0 comments on commit 36b8241

Please sign in to comment.