From 989571f847fff83ae659b04d567e25239c362a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:19:49 +0000 Subject: [PATCH] Bump arduino/compile-sketches from 1.1.0 to 1.1.1 Bumps [arduino/compile-sketches](https://github.com/arduino/compile-sketches) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/arduino/compile-sketches/releases) - [Commits](https://github.com/arduino/compile-sketches/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: arduino/compile-sketches dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/compile-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index ee3d68d..a3fe6b3 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Compile sketches - uses: arduino/compile-sketches@v1.1.0 + uses: arduino/compile-sketches@v1.1.1 with: fqbn: ${{ matrix.fqbn }}