From b235ecfeaf34fc49bdff9e67ab08747930fb5a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:38:26 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/mroctopus/download-asset-action/compare/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] --- .github/workflows/code-formatting-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-formatting-check.yml b/.github/workflows/code-formatting-check.yml index c40b7b1..992f036 100644 --- a/.github/workflows/code-formatting-check.yml +++ b/.github/workflows/code-formatting-check.yml @@ -25,7 +25,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 }}