Skip to content

Bump MrOctopus/download-asset-action from 1.0 to 1.1 in /.github/workflows #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Bump MrOctopus/download-asset-action in /.github/workflows
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
commit 4efee76af684a2aeab8dd65cdb4e24a76f2cb62f
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