Skip to content

Commit

Permalink
Bump MrOctopus/download-asset-action in /.github/workflows
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 447df0c commit 4efee76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Download ClangFormat
id: download-clang-format
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: arduino/clang-static-binaries
tag: ${{ env.CLANG_FORMAT_VERSION }}
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Download yq
id: download-yq
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: mikefarah/yq
asset: yq_linux_amd64.tar.gz
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Download ClangFormat
id: download
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: arduino/clang-static-binaries
tag: ${{ env.CLANG_FORMAT_VERSION }}
Expand Down
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 @@ -61,7 +61,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 @@ -93,7 +93,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 @@ -144,7 +144,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 4efee76

Please sign in to comment.