From 7e6234fa14e039b9b4e064e86d564f778ef0c147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:46:29 +0000 Subject: [PATCH] ci: bump EnviroDIY/setup-platformio-action from 1.0.2 to 1.0.3 Bumps [EnviroDIY/setup-platformio-action](https://github.com/envirodiy/setup-platformio-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/envirodiy/setup-platformio-action/releases) - [Commits](https://github.com/envirodiy/setup-platformio-action/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: EnviroDIY/setup-platformio-action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_examples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_examples.yaml b/.github/workflows/build_examples.yaml index cfb9a9b..4c3b632 100644 --- a/.github/workflows/build_examples.yaml +++ b/.github/workflows/build_examples.yaml @@ -360,7 +360,7 @@ jobs: uses: actions/checkout@v6 - name: Setup PlatformIO - uses: EnviroDIY/setup-platformio-action@v1.0.2 + uses: EnviroDIY/setup-platformio-action@v1.0.3 - name: Restore PlatformIO platforms uses: actions/cache/restore@v5