From 4a3ff30250623298b300767b3e019419a3c1bf56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:18:51 +0000 Subject: [PATCH] Bump arduino/compile-sketches from 1.1.0 to 1.1.2 Bumps [arduino/compile-sketches](https://github.com/arduino/compile-sketches) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/arduino/compile-sketches/releases) - [Commits](https://github.com/arduino/compile-sketches/compare/v1.1.0...v1.1.2) --- 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..088f837 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.2 with: fqbn: ${{ matrix.fqbn }}